| /xsrc/external/mit/xf86-video-intel/dist/src/ |
| intel_options.c | 72 namecmp(const char *s1, const char *s2) 77 if (!s2 || *s2 == 0) 86 while (*s2 == '_' || *s2 == ' ' || *s2 == '\t') 87 s2++; 90 c2 = isupper(*s2) ? tolower(*s2) : *s2; [all...] |
| /xsrc/external/mit/brotli/dist/c/enc/ |
| find_match_length.h | 22 const uint8_t* s2, 27 if (BROTLI_PREDICT_FALSE(BROTLI_UNALIGNED_LOAD64LE(s2) == 29 s2 += 8; 32 uint64_t x = BROTLI_UNALIGNED_LOAD64LE(s2) ^ 41 if (BROTLI_PREDICT_TRUE(s1[matched] == *s2)) { 42 ++s2; 52 const uint8_t* s2, 55 const uint8_t* s2_limit = s2 + limit; 56 const uint8_t* s2_ptr = s2;
|
| /xsrc/external/mit/libX11/dist/src/xlibi18n/lcUniConv/ |
| big5_emacs.h | 12 Conversion between BIG5 codes (s1,s2) and BIG5-0 codes (c1,c2): 13 Example. (s1,s2) = 0xA140, (c1,c2) = 0x2121. 14 0xA1 <= s1 <= 0xC7, 0x40 <= s2 <= 0x7E || 0xA1 <= s2 <= 0xFE, 17 157*(s1-0xA1) + (s2 < 0x80 ? s2-0x40 : s2-0x62) 19 Conversion (s1,s2) -> (c1,c2): 20 t := 157*(s1-0xA1) + (s2 < 0x80 ? s2-0x40 : s2-0x62 122 unsigned char s1, s2; local 147 unsigned char s1, s2; local [all...] |
| /xsrc/external/mit/proxymngr/dist/ |
| config.h | 45 #define ncasecmp(s1,s2,n) strncasecmp(s1,s2,n)
|
| /xsrc/external/mit/xkbevd/dist/ |
| utils.h | 100 #define uStringEqual(s1,s2) (uStringCompare(s1,s2)==Equal) 102 #define uStringCompare(s1,s2) (strcmp(s1,s2)) 103 #define uStrCaseEqual(s1,s2) (uStrCaseCmp(s1,s2)==0) 104 #define uStrCaseCmp(s1,s2) (strcasecmp(s1,s2))
|
| /xsrc/external/mit/xsetmode/dist/ |
| xsetmode.c | 35 static int StrCaseCmp(char *s1, char *s2) 40 if (*s2 == 0) 46 c2 = (isupper(*s2) ? tolower(*s2) : *s2); 51 s1++; s2++; 53 c2 = (isupper(*s2) ? tolower(*s2) : *s2);
|
| /xsrc/external/mit/xkbutils/dist/ |
| utils.h | 67 #define uStrCaseEqual(s1,s2) (uStrCaseCmp(s1,s2)==0) 69 #define uStrCaseCmp(s1,s2) (strcasecmp(s1,s2)) 72 const char * /* s2 */);
|
| /xsrc/external/mit/xkbprint/dist/ |
| utils.h | 90 #define uStringEqual(s1,s2) (uStringCompare(s1,s2)==Equal) 92 #define uStringCompare(s1,s2) (strcmp(s1,s2)) 93 #define uStrCaseEqual(s1,s2) (strcasecmp(s1,s2)==0)
|
| /xsrc/external/mit/freetype/dist/src/gzip/ |
| adler32.c | 14 #define DO1(buf,i) {s1 += buf[i]; s2 += s1;} 27 unsigned long s2 = (adler >> 16) & 0xffff; local 42 s2 += s1; 45 s2 %= BASE; 47 return (s2 << 16) | s1;
|
| zutil.c | 28 int zmemcmp(s1, s2, len) 30 const Bytef* s2; 36 if (s1[j] != s2[j]) return 2*(s1[j] > s2[j])-1;
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| strcasecmp.c | 55 xstrncasecmp(const char *s1, const char *s2, size_t n) 58 const u_char *us1 = (const u_char *) s1, *us2 = (const u_char *) s2;
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| strcasecmp.c | 55 xstrncasecmp(const char *s1, const char *s2, size_t n) 58 const u_char *us1 = (const u_char *)s1, *us2 = (const u_char *)s2;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| sb_psi_ops.cpp | 145 value *s2 = n.src[5]; local 154 if (s2->is_undef()) { 157 n.insert_after(sh.create_mov(d, s2)); 159 } else if (s2->is_undef()) { 170 a->src.push_back(s2); 172 a->src.push_back(s2); 183 if (s2->is_any_gpr() && !s2->is_undef() && s2->def) 184 unpredicate(s2->def) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| sb_psi_ops.cpp | 145 value *s2 = n.src[5]; local 154 if (s2->is_undef()) { 157 n.insert_after(sh.create_mov(d, s2)); 159 } else if (s2->is_undef()) { 170 a->src.push_back(s2); 172 a->src.push_back(s2); 183 if (s2->is_any_gpr() && !s2->is_undef() && s2->def) 184 unpredicate(s2->def) [all...] |
| /xsrc/external/mit/xkbcomp/dist/ |
| utils.h | 149 #define uStringEqual(s1,s2) (uStringCompare(s1,s2)==Equal) 151 #define uStringCompare(s1,s2) (((s1)==NullString||(s2)==NullString)?\ 152 (s1)!=(s2):strcmp(s1,s2)) 153 #define uStrCaseEqual(s1,s2) (uStrCaseCmp(s1,s2)==0) 154 #define uStrCaseCmp(s1,s2) (strcasecmp(s1,s2)) [all...] |
| /xsrc/external/mit/xsetpointer/dist/ |
| xsetpointer.c | 36 StrCaseCmp(char *s1, char *s2) 41 if (*s2 == 0) 47 c2 = (isupper(*s2) ? tolower(*s2) : *s2); 52 s1++; s2++; 54 c2 = (isupper(*s2) ? tolower(*s2) : *s2);
|
| /xsrc/external/mit/libXpm/dist/src/ |
| data.c | 65 const char *s2; local 71 s2 = data->Bcmt; 76 s2++; 77 } while (c == *s2 && *s2 != '\0' && c); 79 if (*s2 != '\0') { 90 s2 = data->Ecmt; 91 while (*s != *s2 && c) { 109 s2++; 110 } while (c == *s2 && *s2 != '\0' && c) 124 const char *s2; local [all...] |
| rgb.c | 58 char line[512], name[512], *rgbname, *s1, *s2; local 90 for (s1 = name, s2 = rgbname; *s1; s1++) 91 *s2++ = tolower(*s1); 92 *s2 = '\0';
|
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| arctess.cc | 79 ArcTessellator::bezier( Arc *arc, REAL s1, REAL s2, REAL t1, REAL t2 ) 87 assert( s1 == s2 ); 91 assert( s1 == s2 ); 96 assert( s2 < s1 ); 100 assert( s1 < s2 ); 112 p[1].param[0] = s2; 114 assert( (s1 == s2) || (t1 == t2) ); 185 ArcTessellator::pwl_top( Arc *arc, REAL t, REAL s1, REAL s2, REAL rate ) 187 assert( s2 < s1 ); 191 /* int nsteps = 1 + (int) ((s1 - s2) / rate ); * 282 REAL s1, s2, t1, t2; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| test_assembler.cpp | 37 bld.smem(aco_opcode::s_memtime, bld.def(s2)).def(0).setFixed(PhysReg{0}); 50 bld.sopp(aco_opcode::s_branch, Definition(PhysReg(0), s2), 1); 73 bld.sopp(aco_opcode::s_branch, Definition(PhysReg(0), s2), 2); 104 bld.sopp(aco_opcode::s_cbranch_scc0, Definition(PhysReg(0), s2), 2); 141 bld.sopp(aco_opcode::s_branch, Definition(PhysReg(0), s2), 0); 170 bld.sopp(aco_opcode::s_cbranch_execnz, Definition(PhysReg(0), s2), 0); 189 bld.sopp(aco_opcode::s_branch, Definition(PhysReg(0), s2), 1); 193 bld.sopp(aco_opcode::s_branch, Definition(PhysReg(0), s2), 2); 212 bld.sopp(aco_opcode::s_branch, Definition(PhysReg(0), s2), 2); 223 bld.sop1(aco_opcode::p_constaddr_getpc, Definition(PhysReg(0), s2), Operand::zero()) [all...] |
| /xsrc/local/programs/x11-ssh-askpass/ |
| resources.c | 165 char *s2; local 168 for (s2 = s + strlen(s) - 1; s2 > s; s2--) 169 if (*s2 == ' ' || *s2 == '\t') 170 *s2 = 0;
|
| /xsrc/external/mit/xterm/dist/ |
| xstrings.c | 394 x_strcasecmp(const char *s1, const char *s2) 397 size_t len2 = (s2 != NULL) ? strlen(s2) : 0; 401 : x_strncasecmp(s1, s2, (unsigned) len1)); 405 x_strncasecmp(const char *s1, const char *s2, unsigned n) 409 if (s1 != NULL && s2 != NULL) { 412 char c2 = x_toupper(*s2); 420 s2++; 422 } else if (s1 == NULL && s2 != NULL) { 424 } else if (s1 != NULL && s2 == NULL) [all...] |
| /xsrc/external/mit/freetype/dist/src/tools/ |
| test_trig.c | 102 FT_Fixed c2, s2; local 114 s2 = (FT_Fixed)(s1*65536.0); 116 j = FT_Atan2( c2, s2 ); 123 c2/65536.0, s2/65536.0, j/65536.0, i/65536.0 ); 139 FT_Fixed c2, s2; local 147 s2 = (FT_Fixed)(s1*65536.0); 150 abs( v.y-s2 ) > THRESHOLD ) 207 FT_Fixed c2, s2, c4, s4; local 219 v.y = s2 = (FT_Fixed)(s1*65536.0); 235 c2/65536.0, s2/65536.0 [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| parse_be.h | 12 bool do_string_string_keyword(int keyword, const char *s1, const char *s2);
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| radeon_video.c | 250 uint8_t *s1, *s2, *s3; local 257 s1 = src1; s2 = src2; s3 = src3; 260 dst[0] = cpu_to_le32(s1[0] | (s1[1] << 16) | (s3[0] << 8) | (s2[0] << 24)); 261 dst[1] = cpu_to_le32(s1[2] | (s1[3] << 16) | (s3[1] << 8) | (s2[1] << 24)); 262 dst[2] = cpu_to_le32(s1[4] | (s1[5] << 16) | (s3[2] << 8) | (s2[2] << 24)); 263 dst[3] = cpu_to_le32(s1[6] | (s1[7] << 16) | (s3[3] << 8) | (s2[3] << 24)); 264 dst += 4; s2 += 4; s3 += 4; s1 += 8; 268 dst[0] = cpu_to_le32(s1[0] | (s1[1] << 16) | (s3[0] << 8) | (s2[0] << 24)); 269 dst++; s2++; s3++;
|