/third_party/elfutils/libdw/ |
D | dwarf_child.c | 44 unsigned int *codep, unsigned int *formp) in __libdw_find_attr() argument 88 if (codep != NULL) in __libdw_find_attr() 89 *codep = attr_name; in __libdw_find_attr() 124 if (codep != NULL) in __libdw_find_attr() 125 *codep = INVALID; in __libdw_find_attr()
|
D | libdwP.h | 770 unsigned int *codep,
|
/third_party/elfutils/libcpu/ |
D | i386_disasm.c | 395 const uint8_t *codep = data; in i386_disasm() local 399 if (data > begin && codep[-1] == *curr && clen > 0) in i386_disasm() 417 if (*codep++ != *curr++) in i386_disasm() 421 if (codep == end && avail > 0) in i386_disasm() 427 uint_fast8_t masked = *codep++ & *curr++; in i386_disasm() 438 if (codep == end && avail > 0) in i386_disasm() 484 : "=mr" (opoff), "=mr" (correct_prefix), "=mr" (codep), in i386_disasm() 591 param_start = codep; in i386_disasm() 594 uint_fast8_t modrm = codep[-1]; in i386_disasm() 616 && (codep[0] & 0x7) == 0x5)) in i386_disasm() [all …]
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | localtime.c | 133 static int_fast32_t detzcode(const char * codep); 134 static int_fast64_t detzcode64(const char * codep); 228 detzcode(const char *const codep) in detzcode() argument 233 result = (codep[0] & 0x80) ? -1 : 0; in detzcode() 235 result = (result << 8) | (codep[i] & 0xff); in detzcode() 240 detzcode64(const char *const codep) in detzcode64() argument 245 result = (codep[0] & 0x80) ? -1 : 0; in detzcode64() 247 result = (result << 8) | (codep[i] & 0xff); in detzcode64()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 135 static int_fast32_t detzcode(const char * codep); 136 static int_fast64_t detzcode64(const char * codep); 230 detzcode(const char *const codep) in detzcode() argument 235 result = (codep[0] & 0x80) ? -1 : 0; in detzcode() 237 result = (result << 8) | (codep[i] & 0xff); in detzcode() 242 detzcode64(const char *const codep) in detzcode64() argument 247 result = (codep[0] & 0x80) ? -1 : 0; in detzcode64() 249 result = (result << 8) | (codep[i] & 0xff); in detzcode64()
|
/third_party/json/include/nlohmann/detail/output/ |
D | serializer.hpp | 900 …static std::uint8_t decode(std::uint8_t& state, std::uint32_t& codep, const std::uint8_t byte) noe… in decode() argument 925 codep = (state != UTF8_ACCEPT) in decode() 926 ? (byte & 0x3fu) | (codep << 6u) in decode()
|
/third_party/tzdata/ |
D | localtime.c | 228 detzcode(const char *const codep) in detzcode() argument 237 result = codep[0] & 0x7f; in detzcode() 239 result = (result << 8) | (codep[i] & 0xff); in detzcode() 241 if (codep[0] & 0x80) { in detzcode() 251 detzcode64(const char *const codep) in detzcode64() argument 260 result = codep[0] & 0x7f; in detzcode64() 262 result = (result << 8) | (codep[i] & 0xff); in detzcode64() 264 if (codep[0] & 0x80) { in detzcode64()
|
/third_party/ffmpeg/libavutil/ |
D | avstring.h | 417 int av_utf8_decode(int32_t *codep, const uint8_t **bufp, const uint8_t *buf_end,
|
D | avstring.c | 379 int av_utf8_decode(int32_t *codep, const uint8_t **bufp, const uint8_t *buf_end, in av_utf8_decode() argument 435 *codep = code; in av_utf8_decode()
|
/third_party/curl/docs/libcurl/opts/ |
D | CURLINFO_RESPONSE_CODE.md | 22 CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_RESPONSE_CODE, long *codep);
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 6180 uint32_t *codep; in label() local 6184 codep = (val == EMPTYLABEL) ? NULL : c->group->bytecode + val; in label() 6185 while (codep) { in label() 6186 int ofs = getofs(*codep); in label() 6187 setofs(codep, (int32_t)(c->pc - codep - instruction_len(*codep))); in label() 6188 codep = ofs ? codep + ofs : NULL; in label()
|
/third_party/json/tests/abi/include/nlohmann/ |
D | json_v3_10_5.hpp | 16924 …static std::uint8_t decode(std::uint8_t& state, std::uint32_t& codep, const std::uint8_t byte) noe… in decode() argument 16949 codep = (state != UTF8_ACCEPT) in decode() 16950 ? (byte & 0x3fu) | (codep << 6u) in decode()
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 18784 …static std::uint8_t decode(std::uint8_t& state, std::uint32_t& codep, const std::uint8_t byte) noe… in decode() argument 18809 codep = (state != UTF8_ACCEPT) in decode() 18810 ? (byte & 0x3fu) | (codep << 6u) in decode()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 64310 virtual void onJitCodeEdge(js::jit::JitCode** codep) { in onJitCodeEdge() argument 64311 onChild(JS::GCCellPtr(*codep, JS::TraceKind::JitCode)); in onJitCodeEdge() 64359 void dispatchToOnEdge(js::jit::JitCode** codep) { onJitCodeEdge(codep); } in dispatchToOnEdge() argument
|