/third_party/flutter/skia/src/codec/ |
D | SkBmpCodec.cpp | 157 totalBytes = get_int(hBuffer, 2); in ReadHeader() 158 offset = get_int(hBuffer, 10); in ReadHeader() 167 infoBytes = get_int(hBuffer, 14); in ReadHeader() 189 infoBytes = get_int(hBuffer, 0); in ReadHeader() 238 width = get_int(iBuffer.get(), 0); in ReadHeader() 239 height = get_int(iBuffer.get(), 4); in ReadHeader() 245 compression = get_int(iBuffer.get(), 12); in ReadHeader() 247 numColors = get_int(iBuffer.get(), 28); in ReadHeader() 342 inputMasks.red = get_int(buffer, 0); in ReadHeader() 343 inputMasks.green = get_int(buffer, 4); in ReadHeader() [all …]
|
D | SkIcoCodec.cpp | 83 uint32_t size = get_int(entryBuffer, 8); in MakeFromStream() 88 uint32_t offset = get_int(entryBuffer, 12); in MakeFromStream()
|
D | SkCodecPriv.h | 166 static inline uint32_t get_int(uint8_t* buffer, uint32_t i) { in get_int() function
|
/third_party/skia/src/codec/ |
D | SkBmpCodec.cpp | 160 totalBytes = get_int(hBuffer, 2); in ReadHeader() 161 offset = get_int(hBuffer, 10); in ReadHeader() 170 infoBytes = get_int(hBuffer, 14); in ReadHeader() 192 infoBytes = get_int(hBuffer, 0); in ReadHeader() 241 width = get_int(iBuffer.get(), 0); in ReadHeader() 242 height = get_int(iBuffer.get(), 4); in ReadHeader() 248 compression = get_int(iBuffer.get(), 12); in ReadHeader() 250 numColors = get_int(iBuffer.get(), 28); in ReadHeader() 345 inputMasks.red = get_int(buffer, 0); in ReadHeader() 346 inputMasks.green = get_int(buffer, 4); in ReadHeader() [all …]
|
D | SkIcoCodec.cpp | 99 uint32_t size = get_int(entryBuffer, 8); in MakeFromStream() 104 uint32_t offset = get_int(entryBuffer, 12); in MakeFromStream()
|
D | SkCodecPriv.h | 166 static inline uint32_t get_int(const uint8_t* buffer, uint32_t i) { in get_int() function
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_version.function | 44 unsigned int get_int; 51 get_int = mbedtls_version_get_number(); 56 (get_int >> 24) & 0xFF, 57 (get_int >> 16) & 0xFF, 58 (get_int >> 8) & 0xFF );
|
/third_party/toybox/toys/pending/ |
D | expr.c | 79 int get_int(struct value *v, long long *ret) in get_int() function 102 return get_int(v, &v->i) && !v->i; in is_false() 170 if (get_int(ret, &a) && get_int(rhs, &b)) { // both are ints in eval_op() 189 if (!get_int(ret, &a) || !get_int(rhs, &b)) in eval_op()
|
/third_party/musl/ndk-test/sanitize/ubsan/src/ |
D | bounds.cpp | 8 int get_int(int *const p __attribute__((pass_object_size(0))), int i) { in get_int() function 20 get_int(bar, argv[1][0] - '0'); in main()
|
/third_party/ffmpeg/libavformat/ |
D | mvi.c | 34 unsigned int (*get_int)(AVIOContext *); member 97 …mvi->get_int = (vst->codecpar->width * (int64_t)vst->codecpar->height < (1 << 16)) ? avio_rl16 : a… in read_header() 120 mvi->video_frame_size = (mvi->get_int)(pb); in read_packet()
|
/third_party/python/Lib/lib2to3/ |
D | patcomp.py | 125 min = max = self.get_int(children[1]) 127 max = self.get_int(children[3]) 173 def get_int(self, node): member in PatternCompiler
|
/third_party/flutter/skia/src/ports/ |
D | SkFontConfigInterface_direct.cpp | 366 static int get_int(FcPattern* pattern, const char object[], int missing) { in get_int() function 428 SkScalar weight = map_ranges(get_int(pattern, FC_WEIGHT, FC_WEIGHT_REGULAR), in skfontstyle_from_fcpattern() 442 SkScalar width = map_ranges(get_int(pattern, FC_WIDTH, FC_WIDTH_NORMAL), in skfontstyle_from_fcpattern() 446 switch (get_int(pattern, FC_SLANT, FC_SLANT_ROMAN)) { in skfontstyle_from_fcpattern() 691 int face_index = get_int(match, FC_INDEX, 0); in matchFamilyName()
|
D | SkFontMgr_fontconfig.cpp | 153 static int get_int(FcPattern* pattern, const char object[], int missing) { in get_int() function 347 SkScalar weight = map_ranges(get_int(pattern, FC_WEIGHT, FC_WEIGHT_REGULAR), in skfontstyle_from_fcpattern() 361 SkScalar width = map_ranges(get_int(pattern, FC_WIDTH, FC_WIDTH_NORMAL), in skfontstyle_from_fcpattern() 365 switch (get_int(pattern, FC_SLANT, FC_SLANT_ROMAN)) { in skfontstyle_from_fcpattern() 491 *ttcIndex = get_int(fPattern, FC_INDEX, 0); in onOpenStream() 570 FC_PROPORTIONAL != get_int(pattern, FC_SPACING, FC_PROPORTIONAL)) in SkTypeface_fontconfig()
|
/third_party/skia/src/ports/ |
D | SkFontConfigInterface_direct.cpp | 351 static int get_int(FcPattern* pattern, const char object[], int missing) { in get_int() function 413 SkScalar weight = map_ranges(get_int(pattern, FC_WEIGHT, FC_WEIGHT_REGULAR), in skfontstyle_from_fcpattern() 427 SkScalar width = map_ranges(get_int(pattern, FC_WIDTH, FC_WIDTH_NORMAL), in skfontstyle_from_fcpattern() 431 switch (get_int(pattern, FC_SLANT, FC_SLANT_ROMAN)) { in skfontstyle_from_fcpattern() 673 int face_index = get_int(match, FC_INDEX, 0); in matchFamilyName()
|
D | SkFontMgr_fontconfig.cpp | 129 static int get_int(FcPattern* pattern, const char object[], int missing) { in get_int() function 323 SkScalar weight = map_ranges(get_int(pattern, FC_WEIGHT, FC_WEIGHT_REGULAR), in skfontstyle_from_fcpattern() 337 SkScalar width = map_ranges(get_int(pattern, FC_WIDTH, FC_WIDTH_NORMAL), in skfontstyle_from_fcpattern() 341 switch (get_int(pattern, FC_SLANT, FC_SLANT_ROMAN)) { in skfontstyle_from_fcpattern() 467 *ttcIndex = get_int(fPattern, FC_INDEX, 0); in onOpenStream() 556 FC_PROPORTIONAL != get_int(pattern, FC_SPACING, FC_PROPORTIONAL)) in SkTypeface_fontconfig()
|
/third_party/cef/include/capi/ |
D | cef_values_capi.h | 118 int(CEF_CALLBACK* get_int)(struct _cef_value_t* self); 395 int(CEF_CALLBACK* get_int)(struct _cef_dictionary_value_t* self, 621 int(CEF_CALLBACK* get_int)(struct _cef_list_value_t* self, size_t index);
|
/third_party/cef/libcef_dll/ctocpp/ |
D | value_ctocpp.cc | 180 if (CEF_MEMBER_MISSING(_struct, get_int)) in GetInt() 186 int _retval = _struct->get_int(_struct); in GetInt()
|
D | list_value_ctocpp.cc | 263 if (CEF_MEMBER_MISSING(_struct, get_int)) in GetInt() 269 int _retval = _struct->get_int(_struct, index); in GetInt()
|
D | dictionary_value_ctocpp.cc | 328 if (CEF_MEMBER_MISSING(_struct, get_int)) in GetInt() 339 int _retval = _struct->get_int(_struct, key.GetStruct()); in GetInt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap.h | 167 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable); member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap.h | 166 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable); member
|
/third_party/cef/libcef_dll/cpptoc/ |
D | value_cpptoc.cc | 440 GetStruct()->get_int = value_get_int; in CefValueCppToC()
|
D | list_value_cpptoc.cc | 572 GetStruct()->get_int = list_value_get_int; in CefListValueCppToC()
|
/third_party/cef/include/capi/test/ |
D | cef_translator_test_capi.h | 87 int(CEF_CALLBACK* get_int)(struct _cef_translator_test_t* self);
|
/third_party/cef/libcef_dll/ctocpp/test/ |
D | translator_test_ctocpp.cc | 78 if (CEF_MEMBER_MISSING(_struct, get_int)) in GetInt() 84 int _retval = _struct->get_int(_struct); in GetInt()
|