/bionic/libc/arch-mips/syscalls/ |
utimensat.S | 6 .ent utimensat
|
utimes.S | 6 .ent utimes
|
wait4.S | 6 .ent wait4
|
write.S | 6 .ent write
|
writev.S | 6 .ent writev
|
/development/ndk/platforms/android-9/arch-mips/src/ |
atexit.S | 33 .ent atexit
|
/external/quake/quake/src/WinQuake/ |
render.h | 124 void R_AddEfrags (entity_t *ent);
125 void R_RemoveEfrags (entity_t *ent);
135 void R_DarkFieldParticles (entity_t *ent);
137 void R_EntityParticles (entity_t *ent);
|
view.cpp | 322 entity_t *ent; 365 ent = &cl_entities[cl.viewentity]; 367 VectorSubtract (from, ent->origin, from); 370 AngleVectors (ent->angles, forward, right, up); 765 entity_t *ent; 767 ent = &cl_entities[cl.viewentity]; 772 if (r_refdef.vieworg[0] < ent->origin[0] - 14) 773 r_refdef.vieworg[0] = ent->origin[0] - 14; 774 else if (r_refdef.vieworg[0] > ent->origin[0] + 14) 775 r_refdef.vieworg[0] = ent->origin[0] + 14 839 entity_t *ent, *view; local 866 entity_t *ent, *view; local [all...] |
/external/openssh/openbsd-compat/ |
port-uw.c | 95 struct passwd *ent = NULL; local 111 while (ent = fgetpwent(fd)) { 112 if (strcmp (ent->pw_name, namep) == 0) {
|
/external/libxml2/ |
entities.c | 820 * @ent: An entity 827 xmlCopyEntity(xmlEntityPtr ent) { 838 cur->etype = ent->etype; 839 if (ent->name != NULL) 840 cur->name = xmlStrdup(ent->name); 841 if (ent->ExternalID != NULL) 842 cur->ExternalID = xmlStrdup(ent->ExternalID); 843 if (ent->SystemID != NULL) 844 cur->SystemID = xmlStrdup(ent->SystemID); 845 if (ent->content != NULL [all...] |
/external/libcap-ng/libcap-ng-0.7/utils/ |
pscap.c | 48 struct dirent *ent; local 68 while (( ent = readdir(d) )) { 76 if(*ent->d_name<'0' || *ent->d_name>'9') 79 pid = strtol(ent->d_name, NULL, 10);
|
/external/openssl/crypto/ |
alphacpuid.pl | 8 .ent OPENSSL_cpuid_setup 16 .ent OPENSSL_wipe_cpu 69 .ent OPENSSL_atomic_add 82 .ent OPENSSL_rdtsc 91 .ent OPENSSL_cleanse
|
/external/valgrind/main/coregrind/m_debuginfo/ |
tytypes.c | 219 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff ); local 220 if (!ent) { 224 vg_assert(ent->tag == Te_Bound); 225 if (ent->Te.Bound.knownL && ent->Te.Bound.knownU 226 && ent->Te.Bound.boundL == 0) { 227 VG_(printf)("[%lld]", 1 + ent->Te.Bound.boundU); 230 if (ent->Te.Bound.knownL && (!ent->Te.Bound.knownU) 231 && ent->Te.Bound.boundL == 0) 241 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff ); local 674 TyEnt* ent = ML_(TyEnts__index_by_cuOff)(tyents, NULL, cuOff); local [all...] |
/external/e2fsprogs/e2fsck/ |
rehash.c | 88 struct hash_entry *new_array, *ent; local 149 ent = fd->harray + fd->num_array++; 150 ent->dir = dirent; 152 ent->ino = dirent->inode; 154 ent->hash = ent->minor_hash = 0; 159 &ent->hash, &ent->minor_hash); 335 struct hash_entry *ent, *prev; local 351 ent = fd->harray + i 404 struct hash_entry *ent; local [all...] |
/build/tools/atree/ |
fs.cpp | 57 struct dirent *ent; local 58 while (NULL != (ent = readdir(d))) { 59 if (0 == strcmp(".", ent->d_name) 60 || 0 == strcmp("..", ent->d_name)) { 65 full += ent->d_name; 67 bool is_directory = (ent->d_type == DT_DIR);
|
/external/quake/quake/src/QW/client/ |
render.h | 119 void R_AddEfrags (entity_t *ent); 120 void R_RemoveEfrags (entity_t *ent); 129 void R_EntityParticles (entity_t *ent);
|
/frameworks/base/core/java/com/android/internal/os/ |
PkgUsageStats.java | 89 for (Map.Entry<String, Long> ent : componentResumeTimes.entrySet()) { 90 dest.writeString(ent.getKey()); 91 dest.writeLong(ent.getValue());
|
/frameworks/base/core/jni/ |
android_server_Watchdog.cpp | 81 struct dirent * ent; local 82 while ((ent = readdir(taskdir)) != NULL) { 83 int tid = atoi(ent->d_name);
|
/bionic/libc/arch-mips/bionic/ |
futex_mips.S | 41 .ent __futex_wait 69 .ent __futex_wake 96 .ent __futex_syscall3 123 .ent __futex_syscall4
|
memcmp16.S | 36 .ent __memcmp16
|
pipe.S | 44 .ent pipe
|
vfork.S | 38 .ent vfork
|
/bootable/recovery/tools/ota/ |
check-lost+found.c | 105 struct dirent *ent; local 106 while ((ent = readdir(dir))) { 107 if (strcmp(ent->d_name, ".") && strcmp(ent->d_name, ".."))
|
/external/llvm/test/MC/Mips/ |
mips_directives.s | 4 .ent directives_test
|
/frameworks/base/media/libdrm/mobile1/src/objmng/ |
drm_file.c | 133 struct dirent *ent; local 159 while ((ent = readdir(dir)) != NULL ) 161 if (strcmp(ent->d_name, ".") == 0 || 162 strcmp(ent->d_name, "..") == 0) 168 if ((int)(strlen(ent->d_name) + dirPathLen + 1) < len) 170 strcat(path, ent->d_name); 280 struct dirent *ent; local 297 while ( (ent = readdir((DIR *)*session)) != NULL) 299 int len = strlen(ent->d_name); 303 Trace("DRM_file_listNextEntry: %s too long", ent->d_name) [all...] |