HomeSort by relevance Sort by last modified time
    Searched refs:cur_ptr (Results 1 - 6 of 6) sorted by null

  /external/squashfs-tools/squashfs-tools/
read_fs.c 116 (bytes - (cur_ptr - *inode_table) < (SIZE))
129 unsigned char *cur_ptr; local
225 for(cur_ptr = *inode_table; cur_ptr < *inode_table + bytes; files ++) {
230 SQUASHFS_SWAP_BASE_INODE_HEADER(cur_ptr, &base);
234 (unsigned int) (cur_ptr - *inode_table),
251 SQUASHFS_SWAP_REG_INODE_HEADER(cur_ptr, &inode);
272 cur_ptr += sizeof(inode);
273 SQUASHFS_SWAP_INTS(cur_ptr, block_list, blocks);
293 cur_ptr += blocks * sizeof(unsigned int)
    [all...]
action.h 73 src[cur_ptr - source] = '\0'; \
82 src[cur_ptr - source] = '\0'; \
action.c 55 static char *cur_ptr, *source; variable
113 if (*cur_ptr == '\0')
116 if (strncmp(cur_ptr, token_table[i].string,
121 cur_ptr ++;
125 cur_ptr += token_table[i].size;
143 while(*cur_ptr == '"') {
144 cur_ptr ++;
148 if(*cur_ptr == '\0') {
158 if (strncmp(cur_ptr, token_table[i].string,
165 if(*cur_ptr == '\\')
    [all...]
  /system/core/adb/
shell_service_test.cpp 100 char *cur_ptr = buffer, *end_ptr = buffer + sizeof(buffer); local
103 int bytes = adb_read(fd, cur_ptr, end_ptr - cur_ptr);
105 return std::string(buffer, cur_ptr);
107 cur_ptr += bytes;
  /hardware/qcom/audio/hal/voice_extn/
voice_extn.c 528 char *cur_ptr = value; local
532 snprintf(cur_ptr, VOICE_EXTN_PARAMETER_VALUE_MAX_LEN - len,
535 len = strlen(cur_ptr);
536 cur_ptr = cur_ptr + len;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1849 struct fielddesc *cur_ptr; local
    [all...]

Completed in 316 milliseconds