/hardware/invensense/libsensors_iio/software/core/mllite/linux/ |
ml_sysfs_helper.c | 48 const struct dirent *ent; local 62 while (ent = readdir(dp), ent != NULL) { 63 if (strcmp(ent->d_name, ".") != 0 && 64 strcmp(ent->d_name, "..") != 0 && 65 strlen(ent->d_name) > strlen(type) && 66 strncmp(ent->d_name, type, strlen(type)) == 0) { 67 numstrlen = sscanf(ent->d_name + strlen(type), 71 if (strncmp(ent->d_name + strlen(type) + numstrlen,
|
/external/llvm/test/MC/Mips/ |
hilo-addressing.s | 3 .ent hilo_test
|
/external/quake/quake/src/WinQuake/ |
pr_edict.cpp | 525 void ED_PrintNum (int ent) 527 ED_Print (EDICT_NUM(ent)); 576 edict_t *ent; local 582 ent = EDICT_NUM(i); 583 if (ent->free) 586 if (ent->u.v.solid) 588 if (ent->u.v.model) 590 if (ent->u.v.movetype == MOVETYPE_STEP) 802 char *ED_ParseEdict (char *data, edict_t *ent) 813 if (ent != sv.edicts) // hac 907 edict_t *ent; local [all...] |
bspfile.h | 315 void SetKeyValue (entity_t *ent, char *key, char *value);
316 char *ValueForKey (entity_t *ent, char *key);
319 vec_t FloatForKey (entity_t *ent, char *key);
320 void GetVectorForKey (entity_t *ent, char *key, vec3_t vec);
|
host_cmd.cpp | 576 edict_t *ent; local 688 ent = EDICT_NUM(entnum); 689 memset (&ent->u.v, 0, progs->entityfields * 4); 690 ent->free = false; 691 ED_ParseEdict (start, ent); 694 if (!ent->free) 695 SV_LinkEdict (ent, false); 723 edict_t *ent; local 757 ent = EDICT_NUM(i); 758 if ((int)ent->u.v.flags & FL_ARCHIVE_OVERRIDE 776 edict_t *ent; local 1290 edict_t *ent; local [all...] |
server.h | 61 // be used to reference the world ent 243 qboolean SV_CheckBottom (edict_t *ent); 244 qboolean SV_movestep (edict_t *ent, vec3_t move, qboolean relink); 246 void SV_WriteClientdataToMessage (edict_t *ent, sizebuf_t *msg);
|
progs.h | 86 char *ED_ParseEdict (char *data, edict_t *ent); 136 void ED_PrintNum (int ent);
|
/external/compiler-rt/lib/tsan/go/ |
tsan_go.cc | 39 ReportStack *ent = (ReportStack*)internal_alloc(MBlockReportStack, local 41 internal_memset(ent, 0, sizeof(*ent)); 42 ent->pc = addr; 43 return ent;
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
nodereplacechild38.js | 92 var ent; 111 ent = entitiesMap.getNamedItem("alpha"); 112 assertNotNull("alphaEntity",ent); 113 oldChild = ent.firstChild; 121 replaced = ent.replaceChild(cdata,oldChild); 133 replaced = ent.replaceChild(pi,oldChild); 145 replaced = ent.replaceChild(comment,oldChild); 157 replaced = ent.replaceChild(txt,oldChild); 169 replaced = ent.replaceChild(elem,oldChild); 181 replaced = ent.replaceChild(entRef,oldChild) [all...] |
documentadoptnode17.js | 91 var ent; 103 ent = entityMap.getNamedItem("alpha"); 108 adoptedEnt = doc.adoptNode(ent);
|
/external/quake/quake/src/QW/server/ |
pr_edict.c | 518 void ED_PrintNum (int ent) 520 ED_Print (EDICT_NUM(ent)); 568 edict_t *ent; local 574 ent = EDICT_NUM(i); 575 if (ent->free) 578 if (ent->v.solid) 580 if (ent->v.model) 582 if (ent->v.movetype == MOVETYPE_STEP) 794 char *ED_ParseEdict (char *data, edict_t *ent) 804 if (ent != sv.edicts) // hac 890 edict_t *ent; local [all...] |
server.h | 63 // be used to reference the world ent 139 float entgravity; // localized ent gravity
359 qboolean SV_CheckBottom (edict_t *ent); 360 qboolean SV_movestep (edict_t *ent, vec3_t move, qboolean relink); 368 void SV_Physics_Client (edict_t *ent); 392 void SV_CheckVelocity (edict_t *ent); 393 void SV_AddGravity (edict_t *ent, float scale); 394 qboolean SV_RunThink (edict_t *ent); 395 void SV_Physics_Toss (edict_t *ent);
|
sv_init.c | 283 edict_t *ent; local 331 ent = EDICT_NUM(i+1); 332 svs.clients[i].edict = ent; 372 ent = EDICT_NUM(0); 373 ent->free = false; 374 ent->v.model = PR_SetString(sv.worldmodel->name); 375 ent->v.modelindex = 1; // world model 376 ent->v.solid = SOLID_BSP; 377 ent->v.movetype = MOVETYPE_PUSH;
|
progs.h | 81 char *ED_ParseEdict (char *data, edict_t *ent); 133 void ED_PrintNum (int ent);
|
/bionic/libc/arch-mips/bionic/ |
clone.S | 37 .ent __pthread_clone 109 .ent __bionic_clone
|
ffs.S | 43 .ent ffs
|
/external/openssh/ |
fixprogs | 17 # 'undocumented' option - run ent (in second param) on the output 60 # now try to run ent on the command 63 @ent = qx{$path $mostargs | $entcmd -b -t}; 64 @ent = grep(/^1,/, @ent); 65 ($null, $null, $rate) = split(/,/, $ent[0]);
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
HTMLScanner.java | 456 int ent = h.getEntity(); local 457 // System.err.println("%% value = " + ent); 458 if (ent != 0) { 460 if (ent >= 0x80 && ent <= 0x9F) { 461 ent = theWinMap[ent-0x80]; 463 if (ent < 0x20) { 465 ent = 0x20; 467 else if (ent >= 0xD800 && ent <= 0xDFFF) [all...] |
/external/libcap-ng/libcap-ng-0.7/utils/ |
netcap.c | 51 struct dirent *ent; local 57 while (( ent = readdir(d) )) { 66 if(*ent->d_name<'0' || *ent->d_name>'9') 69 pid = strtol(ent->d_name, NULL, 10); 161 while (( ent = readdir(f) )) { 167 if (ent->d_name[0] == '.') 169 snprintf(ln, 256, "%s/%s", buf, ent->d_name);
|
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
TriangleCollector.java | 134 for (Entry<VertexBuffer> ent : bufs){ 135 VertexBuffer vb = ent.getValue(); 194 for (Entry<VertexBuffer> ent : inbufs){ 195 VertexBuffer vb = ent.getValue(); 222 for (Entry<VertexBuffer> ent : outbufs){ 223 VertexBuffer vb = ent.getValue();
|
/external/e2fsprogs/debugfs/ |
htree.c | 118 struct ext2_dx_entry *ent, 126 limit = *((struct ext2_dx_countlimit *) ent); 134 hash = i ? ext2fs_le32_to_cpu(ent[i].hash) : 0; 137 ext2fs_le32_to_cpu(ent[i].block)); 143 e.hash = ext2fs_le32_to_cpu(ent[i].hash); 144 e.block = ext2fs_le32_to_cpu(ent[i].block); 205 struct ext2_dx_entry *ent; local 280 ent = (struct ext2_dx_entry *) (buf + 24 + rootnode->info_length); 281 limit = (struct ext2_dx_countlimit *) ent; 283 htree_dump_int_node(current_fs, ino, &inode, rootnode, ent, [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl_report.cc | 64 for (ReportStack *ent = stack; ent; ent = ent->next) { 65 if (ent->func && 0 == internal_strncmp(ent->func, prefix, prefix_len)) 66 ent->func += prefix_len; 67 if (ent->file && (pos = internal_strstr(ent->file, path_prefix))) 68 ent->file = pos + path_prefix_len 111 ReportStack *ent = SymbolizeCode(trace.Get(si) - !is_last); local [all...] |
/external/linux-tools-perf/util/ |
help.c | 9 struct cmdname *ent = malloc(sizeof(*ent) + len + 1); local 11 ent->len = len; 12 memcpy(ent->name, name, len); 13 ent->name[len] = 0; 16 cmds->names[cmds->cnt++] = ent;
|
/build/libs/host/ |
CopyFile.c | 481 struct dirent* ent; local 486 ent = readdir(dir); 487 if (ent == NULL) 490 if (strcmp(ent->d_name, ".") == 0 || 491 strcmp(ent->d_name, "..") == 0) 496 nameLen = strlen(ent->d_name); 503 memcpy(srcFile + srcLen+1, ent->d_name, nameLen +1); 508 memcpy(dstFile + dstLen+1, ent->d_name, nameLen +1);
|
/external/valgrind/main/exp-sgcheck/ |
h_main.c | 578 TempMapEnt ent; local 580 ent.kind = kind; 581 ent.shadow = IRTemp_INVALID; 582 newIx = VG_(addToXA)( pce->qmpMap, &ent ); 648 TempMapEnt ent; local 649 ent.kind = NonShad; 650 ent.shadow = IRTemp_INVALID; 651 VG_(addToXA)( pce.qmpMap, &ent );
|