HomeSort by: relevance | last modified time | path
    Searched defs:c2 (Results 1 - 25 of 55) sorted by relevancy

1 2 3

  /src/common/lib/libc/string/
consttime_memequal.c 21 const unsigned char *c1 = b1, *c2 = b2; local in function:__weak_alias
25 res |= *c1++ ^ *c2++;
bcmp.c 89 const unsigned char *c1, *c2; local in function:bcmp
109 c2 = (const unsigned char *)b2;
112 c2 = (const unsigned char *)s2;
117 if (*c1++ != *c2++)
memcmp.c 89 const unsigned char *c1, *c2; local in function:memcmp
111 c2 = (const unsigned char *)b2;
114 c2 = (const unsigned char *)s2;
119 if (*c1++ != *c2++)
120 return *--c1 - *--c2;
  /src/distrib/utils/libhack/
strcasecmp.c 16 unsigned char c1, c2; local in function:strcasecmp
20 c2 = *s2++;
23 if (c2 >= 'A' && c2 <= 'Z')
24 c2 += 'a' - 'A';
25 } while (c1 == c2 && c1 != 0 && c2 != 0);
27 return ((c1 == c2) ? 0 : ((c1 > c2) ? 1 : -1));
  /src/games/sail/
dr_5.c 74 int c1, c2, c3; local in function:mensent
89 c2 = (men%100)/10 ? crew[1] : 0;
93 c1 = c2 = c3 = 0;
94 return(c1 + c2 + c3);
  /src/lib/libc/citrus/
citrus_bcs.c 54 int c1 = 1, c2 = 1; local in function:_citrus_bcs_strcasecmp
56 while (c1 && c2 && c1 == c2) {
58 c2 = _bcs_toupper(*str2++);
61 return ((c1 == c2) ? 0 : ((c1 > c2) ? 1 : -1));
71 int c1 = 1, c2 = 1; local in function:_citrus_bcs_strncasecmp
73 while (c1 && c2 && c1 == c2 && sz != 0) {
75 c2 = _bcs_toupper(*str2++)
    [all...]
  /src/lib/libc/gen/
fnmatch.c 77 char c, c2; local in function:rangematch
101 && (c2 = FOLDCASE(*(pattern + 1), flags)) != EOS &&
102 c2 != ']') {
104 if (c2 == '\\' && !(flags & FNM_NOESCAPE))
105 c2 = FOLDCASE(*pattern++, flags);
106 if (c2 == EOS)
108 if (c <= test && test <= c2)
  /src/lib/libtelnet/
genget.c 56 char c1, c2; local in function:isprefix
62 c2 = *s2;
63 while (LOWER(c1) == LOWER(c2)) {
67 c2 = *++s2;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/volt/
gk20a.h 31 int c2; member in struct:cvb_coef
  /src/usr.bin/make/unit-tests/
varname-dot-make-mode.mk 34 randomize-targets: .WAIT a1 a2 a3 .WAIT b1 b2 b3 .WAIT c1 c2 c3 .WAIT
35 a1 a2 a3 b1 b2 b3 c1 c2 c3: target
  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_cache.c 58 int c1, c2; local in function:check_cache
63 c2 = strlen(User_cache[i].cpw);
64 if ((!c1 && !c2) ||
pcnfsd_v1.c 77 int c1, c2; local in function:pcnfsd_auth_1_svc
103 c2 = strlen(p->pw_passwd);
104 if ((c1 && !c2) || (c2 && !c1) ||
  /src/tests/usr.bin/xlint/lint1/
msg_210.c 29 C c2 = D1; variable in typeref:typename:C
  /src/sys/external/bsd/acpica/dist/utilities/
utnonansi.c 257 int c2; local in function:AcpiUtStricmp
263 c2 = tolower ((int) *String2);
268 while ((c1 == c2) && (c1));
270 return (c1 - c2);
  /src/sys/arch/x68k/include/
opmreg.h 58 struct opm_operator c2; member in struct:opm_voice
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_base.c 106 unsigned char c1, c2; local in function:nvbios_memcmp
110 c2 = *(str++);
111 if (c1 != c2)
112 return c1 - c2;
  /src/sys/external/isc/libsodium/dist/test/default/
secretstream.c 13 unsigned char *c1, *c2, *c3, *csave; local in function:main
36 c2 = (unsigned char *)
75 (state, c2, NULL, m2, m2_len, ad, 0, 0);
98 c2, m2_len + crypto_secretstream_xchacha20poly1305_ABYTES, NULL, 0);
127 c2, m2_len + crypto_secretstream_xchacha20poly1305_ABYTES, NULL, 0);
133 (state, m2, NULL, &tag, c2,
138 (state, m2, NULL, &tag, c2, 0, NULL, 0);
144 (state, m2, NULL, &tag, c2,
156 (state, c2, NULL, m2, m2_len, NULL, 0, 0);
167 c2, m2_len + crypto_secretstream_xchacha20poly1305_ABYTES, NULL, 0)
    [all...]
  /src/usr.sbin/mtree/
specspec.c 196 NODE *c1, *c2, *n1, *n2; local in function:walk_in_the_forest
206 c2 = t2->child;
208 c2 = NULL;
209 while (c1 != NULL || c2 != NULL) {
213 if (c2 != NULL)
214 n2 = c2->next;
215 if (c1 != NULL && c2 != NULL) {
216 if (c1->type != F_DIR && c2->type == F_DIR) {
217 n2 = c2;
218 c2 = NULL
    [all...]
  /src/sys/arch/mac68k/mac68k/
iop.c 192 {unsigned cs, c2; local in function:iop_init
196 do { c2 = iop_read1(ioph, IOP_ADDR_ALIVE); cs++; } while (c2 != 0xff);
  /src/sys/arch/arm/imx/
imxsnvs.c 154 uint64_t c1, c2; local in function:imxsnvs_gettime
156 c2 = ((uint64_t)SNVS_READ(sc, SNVS_LPSRTCMR) << 32) +
159 c1 = c2;
160 c2 = ((uint64_t)SNVS_READ(sc, SNVS_LPSRTCMR) << 32) +
162 } while (c1 != c2);
  /src/lib/libcrypt/
bcrypt.c 109 u_int8_t c1, c2, c3, c4; local in function:decode_base64
112 c2 = CHAR64(*(p + 1));
115 if (c1 == 255 || c2 == 255)
118 *bp++ = ((u_int32_t)c1 << 2) | (((u_int32_t)c2 & 0x30) >> 4);
126 *bp++ = (((u_int32_t)c2 & 0x0f) << 4) | (((uint32_t)c3 & 0x3c) >> 2);
326 u_int8_t c1, c2; local in function:encode_base64
335 c2 = *p++;
336 c1 |= ((u_int32_t)c2 >> 4) & 0x0f;
338 c1 = (c2 & 0x0f) << 2;
343 c2 = *p++
    [all...]
  /src/sys/crypto/aes/arch/x86/
aes_sse2_subr.c 562 uint32_t c0, c1, c2, c3; local in function:aes_sse2_ccm_enc1
576 c2 = le32dec(authctr + 16 + 4*2);
587 ctr = _mm_set_epi32(bswap32(++c3), c2, c1, c0);
619 uint32_t c0, c1, c2, c3; local in function:aes_sse2_ccm_dec1
630 c2 = le32dec(authctr + 16 + 4*2);
634 ctr = _mm_set_epi32(bswap32(++c3), c2, c1, c0);
666 ctr = _mm_set_epi32(bswap32(++c3), c2, c1, c0);
  /src/sys/dev/rasops/
rasops24.c 139 uint32_t c1, uint32_t c2, uint32_t c3, uint32_t c4)
142 xstamp[0] = (c1 << 8) | (c2 >> 16);
143 xstamp[1] = (c2 << 16) | (c3 >> 8);
166 uint32_t bg, fg, c1, c2, c3, c4; local in function:rasops24_makestamp
177 c2 = i & 16 ? fg : bg;
182 c2 = i & 4 ? fg : bg;
186 rasops24_makestamp1(ri, &stamp[i], c1, c2, c3, c4);
  /src/sys/crypto/chacha/arch/arm/
chacha_neon.c 116 uint32x4_t c0, c1, c2, c3;
131 c2 = vextq_u32(r2, r2, 2);
135 c2 = vaddq_u32(c2, c3); c1 ^= c2; c1 = rol12(c1);
137 c2 = vaddq_u32(c2, c3); c1 ^= c2; c1 = rol7(c1);
141 r2 = vextq_u32(c2, c2, 2)
114 uint32x4_t c0, c1, c2, c3; local in function:chacha_permute
    [all...]
  /src/games/fortune/strfile/
strfile.c 383 int c1, c2; local in function:cmp_str
393 c2 = p2->first;
394 if (c1 != c2)
395 return c1 - c2;
404 while (!isalnum(c2 = getc(Sort_2)) && c2 != '\0')
405 SET_N(n2, c2);
407 while (!IS_END(c1, n1) && !IS_END(c2, n2)) {
411 if (isupper(c2))
412 c2 = tolower(c2)
    [all...]

Completed in 19 milliseconds

1 2 3