/external/clang/test/CodeGen/ |
annotations-field.c | 11 static struct foo gf; variable in typeref:struct:foo 23 gf.v = argc; 24 // CHECK: bitcast i32* getelementptr inbounds (%struct.foo* @gf, i32 0, i32 0) to i8*
|
/packages/apps/Gallery2/jni/filters/ |
hue.c | 35 float gf = r*mat[1] + g*mat[5] + b*mat[9] + mat[13]; local 39 rgb[GREEN] = clamp((int)gf);
|
/system/core/libnl_2/genl/ |
genl.c | 256 struct genl_family *gf = (struct genl_family *) \ local 258 if (!gf) 260 memset(gf, 0, sizeof(*gf)); 263 gf->ce_refcnt++; 266 gf->gf_id = (uint16_t) ((uint32_t) cache); 267 strncpy(gf->gf_name, name, GENL_NAMSIZ); 269 return gf; 278 struct genl_family *gf = NULL; local 291 gf = genl_ctrl_search_by_name(cache, name) [all...] |
/bionic/libc/upstream-netbsd/libc/regex/ |
engine.c | 188 const sopno gf = g->firststate+1; /* +1 for OEND */ local 239 endp = fast(m, start, stop, gf, gl); 251 endp = slow(m, m->coldp, stop, gf, gl); 272 dp = dissect(m, m->coldp, endp, gf, gl); 282 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0); 294 endp = slow(m, m->coldp, endp-1, gf, gl); 305 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0);
|
/ndk/sources/host-tools/ndk-stack/regex/ |
engine.c | 136 const sopno gf = g->firststate+1; /* +1 for OEND */ local 181 endp = fast(m, start, stop, gf, gl); 195 endp = slow(m, m->coldp, stop, gf, gl); 216 dp = dissect(m, m->coldp, endp, gf, gl); 227 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); 239 endp = slow(m, m->coldp, endp-1, gf, gl); 250 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
custrtst.c | 503 gf[] = { 0x67, 0x66, 0 }; local 525 if (u_strpbrk(testString, gf) != NULL) { 526 log_err("u_strpbrk didn't return NULL for \"gf\".\n"); 552 if (u_strpbrk(testSurrogateString, gf) != NULL) { 553 log_err("u_strpbrk didn't return NULL for \"gf\".\n"); 591 if (u_strcspn(testString, gf) != u_strlen(testString)) { 592 log_err("u_strcspn didn't return NULL for \"gf\".\n"); 615 if (u_strcspn(testSurrogateString, gf) != u_strlen(testSurrogateString)) { 616 log_err("u_strcspn didn't return NULL for \"gf\".\n"); [all...] |
/external/icu4c/test/cintltst/ |
custrtst.c | 503 gf[] = { 0x67, 0x66, 0 }; local 525 if (u_strpbrk(testString, gf) != NULL) { 526 log_err("u_strpbrk didn't return NULL for \"gf\".\n"); 552 if (u_strpbrk(testSurrogateString, gf) != NULL) { 553 log_err("u_strpbrk didn't return NULL for \"gf\".\n"); 591 if (u_strcspn(testString, gf) != u_strlen(testString)) { 592 log_err("u_strcspn didn't return NULL for \"gf\".\n"); 615 if (u_strcspn(testSurrogateString, gf) != u_strlen(testSurrogateString)) { 616 log_err("u_strcspn didn't return NULL for \"gf\".\n"); [all...] |
/external/zxing/core/ |
core.jar | |