Searched refs:shorts (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dfmodule.h21 init_fmodule(int shorts);
H A Dellproj.h28 new_point_proj(int shorts);
37 init_ell_proj(int shorts);
H A Dtools.h22 init_tools(int shorts);
H A Dellproj.c114 new_point_proj(int shorts) argument
118 if(t0 == NULL) init_ell_proj(shorts);
120 pt->x = newgiant(shorts);
121 pt->y = newgiant(shorts);
122 pt->z = newgiant(shorts);
142 init_ell_proj(int shorts) argument
145 t0 = newgiant(shorts);
146 t1 = newgiant(shorts);
147 t2 = newgiant(shorts);
148 t3 = newgiant(shorts);
[all...]
H A Dfmodule.c68 init_fmodule(int shorts) { argument
69 curshorts = shorts;
71 t1 = newgiant(shorts);
72 t2 = newgiant(shorts);
73 t3 = newgiant(shorts);
74 t4 = newgiant(shorts);
75 An = newgiant(shorts);
76 Ad = newgiant(shorts);
77 pt1 = new_point_mont(shorts);
78 pt2 = new_point_mont(shorts);
[all...]
H A Dtools.c54 init_tools(int shorts) argument
59 tmp[j] = newgiant(shorts);
H A Dgiants.c2246 int shorts,
2251 int i=shorts;
2258 return((int)(!(g->n[shorts] & ((1<<bits)-1))));
2269 register int shorts = n>>4, local
2271 i = shorts,
2275 for (temp=(unsigned)shorts; (int)temp>g->sign-1; --temp)
2279 if (g->n[shorts] & mask)
2285 if (allzeros(shorts,bits,g))
2292 g->n[shorts] ^= mask-1;
2302 while(!g->n[shorts])
2245 allzeros( int shorts, int bits, giant g ) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dfmodule.h21 init_fmodule(int shorts);
H A Dellproj.h28 new_point_proj(int shorts);
37 init_ell_proj(int shorts);
H A Dtools.h22 init_tools(int shorts);
H A Dellproj.c114 new_point_proj(int shorts) argument
118 if(t0 == NULL) init_ell_proj(shorts);
120 pt->x = newgiant(shorts);
121 pt->y = newgiant(shorts);
122 pt->z = newgiant(shorts);
142 init_ell_proj(int shorts) argument
145 t0 = newgiant(shorts);
146 t1 = newgiant(shorts);
147 t2 = newgiant(shorts);
148 t3 = newgiant(shorts);
[all...]
H A Dfmodule.c68 init_fmodule(int shorts) { argument
69 curshorts = shorts;
71 t1 = newgiant(shorts);
72 t2 = newgiant(shorts);
73 t3 = newgiant(shorts);
74 t4 = newgiant(shorts);
75 An = newgiant(shorts);
76 Ad = newgiant(shorts);
77 pt1 = new_point_mont(shorts);
78 pt2 = new_point_mont(shorts);
[all...]
H A Dtools.c54 init_tools(int shorts) argument
59 tmp[j] = newgiant(shorts);
H A Dgiants.c2246 int shorts,
2251 int i=shorts;
2258 return((int)(!(g->n[shorts] & ((1<<bits)-1))));
2269 register int shorts = n>>4, local
2271 i = shorts,
2275 for (temp=(unsigned)shorts; (int)temp>g->sign-1; --temp)
2279 if (g->n[shorts] & mask)
2285 if (allzeros(shorts,bits,g))
2292 g->n[shorts] ^= mask-1;
2302 while(!g->n[shorts])
2245 allzeros( int shorts, int bits, giant g ) argument
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIKeyboardMapper.cpp507 // may be composed of bytes or shorts. If using shorts, it
513 int shorts; member in struct:__anon2115
520 if (nmd->shorts) {
559 nmd.shorts = 1; // First value, the size, is always a short
564 parsedMapping->shorts = nmd.shorts = NextNum(&nmd);
625 if ((keyMask = NextNum(&nmd)) != (nmd.shorts ? 0xFFFF: 0x00FF))
639 if (m == (unsigned)(nmd.shorts ? 0xFFFF: 0x00FF))
767 static inline int NEXTNUM(unsigned char ** mapping, short shorts) argument
864 short shorts = parsedMapping->shorts; local
969 short shorts; local
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A Dev_keymap.h41 #define NX_BYTE_CODES 0 /* If first short 0, all are bytes (else shorts) */
125 /* If nonzero, all numbers are shorts; if zero, all numbers are bytes*/
126 short shorts; member in struct:_NXParsedKeyMapping_
/macosx-10.10.1/libauto-186/
H A DBitmap.cpp129 register const unsigned shorts = 0x0000ffff; local
147 y = (y & shorts) + (y >> 16);

Completed in 202 milliseconds