Searched refs:current (Results 1 – 15 of 15) sorted by relevance
/system/core/libcutils/ |
D | hashmap.c | 195 Entry* current = *p; in hashmapPut() local 198 if (current == NULL) { in hashmapPut() 210 if (equalKeys(current->key, current->hash, key, hash, map->equals)) { in hashmapPut() 211 void* oldValue = current->value; in hashmapPut() 212 current->value = value; in hashmapPut() 217 p = ¤t->next; in hashmapPut() 258 Entry* current = *p; in hashmapMemoize() local 261 if (current == NULL) { in hashmapMemoize() 275 if (equalKeys(current->key, current->hash, key, hash, map->equals)) { in hashmapMemoize() 276 return current->value; in hashmapMemoize() [all …]
|
D | mq.c | 318 OutgoingPacket* current = peerProxy->currentPacket; in peerProxyNextPacket() local 320 if (current == NULL) { in peerProxyNextPacket() 326 OutgoingPacket* next = current->nextPacket; in peerProxyNextPacket() 328 current->nextPacket = NULL; in peerProxyNextPacket() 329 current->free(current); in peerProxyNextPacket() 519 OutgoingPacket* current = peerProxy->currentPacket; in peerProxyWrite() local 521 if (current == NULL) { in peerProxyWrite() 539 PacketType type = current->header.type; in peerProxyWrite()
|
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/ |
D | ParsEvent.c | 89 if((pEventStream->current + IW_EV_LCP_LEN) > pEventStream->end) in ParsEvent_GetEvent() 95 os_memcpy((char *)pEvent, pEventStream->current, IW_EV_LCP_LEN); in ParsEvent_GetEvent() 110 pEventStream->current += pEvent->len; in ParsEvent_GetEvent() 117 pPtr = pEventStream->current + IW_EV_LCP_LEN; in ParsEvent_GetEvent() 130 pEventStream->current += pEvent->len; in ParsEvent_GetEvent() 150 if((pPtr + uDataLen) > (pEventStream->current + pEvent->len)) in ParsEvent_GetEvent() 152 pEventStream->current += pEvent->len; in ParsEvent_GetEvent() 178 pEventStream->current += pEvent->len; in ParsEvent_GetEvent()
|
D | cu_wext.c | 306 stream.current = (char *)buffer; in CuOs_GetBssidList()
|
D | ipc_event.c | 306 stream.current = (char *)data; in IpcEvent_wext_event_wireless()
|
/system/core/toolbox/ |
D | readtty.c | 26 char next_char(char key, char current) in next_char() argument 32 next = strchr(map[i].chars, current); in next_char() 41 char prev_char(char key, char current) in prev_char() argument 47 next = strchr(map[i].chars+1, current); in prev_char()
|
/system/extras/tests/directiotest/ |
D | directiotest.c | 161 static void update_progress(int current, int total) in update_progress() argument 163 double pct_done = (double)current * 100 / total; in update_progress() 164 printf("Testing area %d/%d (%6.2f%% complete)\r", current, total, in update_progress()
|
/system/wlan/ti/wilink_6_1/platforms/os/linux/inc/ |
D | tracebuf.h | 46 #define TB_ID current->pid
|
/system/wlan/ti/wilink_6_1/CUDK/os/linux/inc/ |
D | ParsEvent.h | 39 char * current; /* Current event in stream of events */ member
|
/system/core/logcat/ |
D | event.logtags | 80 # [47-36] Actual size (current footprint) 81 # [35-24] Allowed size (current hard max) 90 # [47-36] Actual size (current footprint) 91 # [35-24] Allowed size (current hard max) 109 75000 sqlite_mem_alarm_current (current|1|2)
|
/system/core/init/ |
D | init.h | 48 struct command *current; member
|
D | readme.txt | 143 Parse an init config file, extending the current configuration.
|
/system/core/sh/ |
D | TOUR | 5 does not represent the current state of the shell. It is provided anyway 7 but be warned that things have changed -- the current shell is 315 remembers the current directory and updates it when the cd com- 341 current input file. There is a stack of input files; the current 347 the current line in this variable.
|
/system/core/adb/ |
D | SERVICES.TXT | 186 With the current implementation, depth is always 16, and
|
/system/media/opensles/doc/ |
D | Doxyfile | 39 # where doxygen was started. If left blank the current directory will be used. 506 # doxygen should invoke to get the current version for each file (typically from 1420 # in the modules index. If set to NO, only the current project's groups will
|