Searched refs:p1 (Results 201 - 225 of 851) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dprivileges.c185 SE_PRIV p1; local
188 se_priv_copy( &p1, mask );
191 p1.mask[i] &= se_priv_all.mask[i];
194 return se_priv_equal( &p1, &se_priv_none );
315 SE_PRIV p1, p2; local
327 se_priv_copy( &p1, check );
333 se_priv_invert( &p1, check );
335 se_priv_remove( &p2, &p1 );
346 SE_PRIV p1, p2; local
358 se_priv_copy( &p1, chec
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dffmetadec.c84 uint8_t *p1 = ret, *p2 = buf; local
92 *p1++ = *p2++;
94 *p1 = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dffmetadec.c84 uint8_t *p1 = ret, *p2 = buf; local
92 *p1++ = *p2++;
94 *p1 = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A Dinstall.com20 $ if (p1 .eqs. "")
53 $ root = f$parse( p1, "[]A.;0", , , "syntax_only, no_conceal") - "A.;0"
131 $ if (f$trnlnm( p1, "LNM$PROCESS") .nes. "")
133 $ deassign /process 'p1'
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dinstall-ssl.com19 $ if p1 .eqs. ""
56 $ root = f$parse( p1, "[]A.;0", , , "syntax_only, no_conceal") - "A.;0"
131 $ if (f$trnlnm( p1, "LNM$PROCESS") .nes. "")
133 $ deassign /process 'p1'
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A Dinstall.com20 $ if (p1 .eqs. "")
53 $ root = f$parse( p1, "[]A.;0", , , "syntax_only, no_conceal") - "A.;0"
131 $ if (f$trnlnm( p1, "LNM$PROCESS") .nes. "")
133 $ deassign /process 'p1'
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dinstall-ssl.com19 $ if p1 .eqs. ""
56 $ root = f$parse( p1, "[]A.;0", , , "syntax_only, no_conceal") - "A.;0"
131 $ if (f$trnlnm( p1, "LNM$PROCESS") .nes. "")
133 $ deassign /process 'p1'
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/alpha/
H A Dmotion_est_alpha.c51 uint64_t p1, p2; local
53 p1 = ldq(pix1);
55 result += perr(p1, p2);
62 uint64_t p1, p2; local
64 p1 = ldq(pix1);
66 result += perr(p1, p2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dmd4.c103 byte *p2, *p1; local
104 for(i=0, p1=data, p2=(byte*)in; i < 16; i++, p2 += 4 )
106 p2[3] = *p1++;
107 p2[2] = *p1++;
108 p2[1] = *p1++;
109 p2[0] = *p1++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmvcdec.c144 int w, h, nb_colors, i, x, y, p0, p1, mask; local
194 p1 = bytestream2_get_byteu(gb);
195 if ((p1 & 0x80)) {
196 if ((p0 & 0x7F) == (p1 & 0x7F)) {
203 v[1] = v[3] = v[5] = v[7] = color[p1 & 0x7F];
211 v[1] = color[p1 & 0x7F];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dmd4.c103 byte *p2, *p1; local
104 for(i=0, p1=data, p2=(byte*)in; i < 16; i++, p2 += 4 )
106 p2[3] = *p1++;
107 p2[2] = *p1++;
108 p2[1] = *p1++;
109 p2[0] = *p1++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dsmb.h119 #define PTR_DIFF(p1, p2) ((size_t)(((char *)(p1)) - (char *)(p2)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Dglob.c201 entry *p1, *p2, c; local
204 p1 = sortbas;
205 while (p1 < Gvp-1) {
206 p2 = p1;
208 if (strcmp(p1->text, p2->text) > 0)
209 c = *p1, *p1 = *p2, *p2 = c;
210 p1++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtestgen.com7 $ if (p1 .eqs. 64) then __arch = __arch+ "_64"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djdphuff.c445 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ local
472 (*block)[0] |= p1;
495 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ local
546 s = p1; /* newly nonzero coef is positive */
570 if ((*thiscoef & p1) == 0) { /* do nothing if already set it */
572 *thiscoef += p1;
604 if ((*thiscoef & p1) == 0) { /* do nothing if already changed it */
606 *thiscoef += p1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dscorefil.cpp68 long ScoreFile::CalcCheck(const wxString& name, int p1, int p2, int p3) argument
78 check = (check << 1) ^ (long)p1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Dfdt.c342 char *p1 = pathp, *ps = pathp, *pa = NULL; local
345 while (*p1) {
346 if ((*p1) == '@')
347 pa = p1;
348 if ((*p1) == '/')
349 ps = p1 + 1;
350 p1++;
353 pa = p1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dunicode.c35 const hfsplus_unichr *p1, *p2; local
39 p1 = s1->unicode;
46 c1 = case_fold(be16_to_cpu(*p1));
47 p1++;
68 const hfsplus_unichr *p1, *p2; local
73 p1 = s1->unicode;
77 c1 = be16_to_cpu(*p1);
81 p1++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dunicode.c35 const hfsplus_unichr *p1, *p2; local
39 p1 = s1->unicode;
46 c1 = case_fold(be16_to_cpu(*p1));
47 p1++;
68 const hfsplus_unichr *p1, *p2; local
73 p1 = s1->unicode;
77 c1 = be16_to_cpu(*p1);
81 p1++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-gcc-internal.c150 numbered_arg_compare (const void *p1, const void *p2) argument
152 unsigned int n1 = ((const struct numbered_arg *) p1)->number;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtestgen.com7 $ if (p1 .eqs. 64) then __arch = __arch+ "_64"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/intelfb/
H A Dintelfbhw.c657 static int calc_vclock(int index, int m1, int m2, int n, int p1, int p2, argument
668 p = ((p1 + 2) * (1 << (p2 + 1)));
670 p = ((p1) * (p2 ? 5 : 10));
678 int p1, p2; local
682 p1 = 1;
684 p1 = (dpll >> DPLL_P1_SHIFT) & 0xff;
686 p1 = ffs(p1);
691 p1 = 0;
693 p1
707 int i, m1, m2, n, p1, p2; local
888 int p1, p2; local
923 u32 m1, m2, n, p1, p2, n1, testm; local
1034 u32 m1, m2, n, p1, p2, clock_target, clock; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dldebug.c519 l_noret luaG_concaterror (lua_State *L, StkId p1, StkId p2) { argument
520 if (ttisstring(p1) || ttisnumber(p1)) p1 = p2;
521 lua_assert(!ttisstring(p1) && !ttisnumber(p2));
522 luaG_typeerror(L, p1, "concatenate");
526 l_noret luaG_aritherror (lua_State *L, const TValue *p1, const TValue *p2) { argument
528 if (luaV_tonumber(p1, &temp) == NULL)
529 p2 = p1; /* first operand is wrong */
534 l_noret luaG_ordererror (lua_State *L, const TValue *p1, cons argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dh264_deblock.asm220 ; in: m0=p1 m1=p0 m2=q0 m3=q1 %1=alpha-1 %2=beta-1
234 DIFF_GT m0, m1, m5, m4, m6 ; |p1-p0| > beta-1
242 ; in: m0=p1 m1=p0 m2=q0 m3=q1 m7=(tc&mask)
250 pavgb m3, m0 ; (p1 - q1 + 256)>>1
252 pavgb m3, [pb_3] ; (((p1 - q1 + 256)>>1)+4)>>1 = 64+2+(p1-q1)>>2
268 ; %1=p1 %2=q2 %3=[q2] %4=[q1] %5=tc0 %6=tmp
298 mova m0, [r4+r1] ; p1
406 mova m0, [r4+r1] ; p1
515 pavgb t0, p2, p1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dh264_deblock.asm217 ; in: m0=p1 m1=p0 m2=q0 m3=q1 %1=alpha-1 %2=beta-1
231 DIFF_GT m0, m1, m5, m4, m6 ; |p1-p0| > beta-1
239 ; in: m0=p1 m1=p0 m2=q0 m3=q1 m7=(tc&mask)
247 pavgb m3, m0 ; (p1 - q1 + 256)>>1
249 pavgb m3, [pb_3] ; (((p1 - q1 + 256)>>1)+4)>>1 = 64+2+(p1-q1)>>2
265 ; %1=p1 %2=q2 %3=[q2] %4=[q1] %5=tc0 %6=tmp
294 mova m0, [r4+r1] ; p1
407 mova m0, [r4+r1] ; p1
517 pavgb t0, p2, p1
[all...]

Completed in 262 milliseconds

1234567891011>>