/third_party/ffmpeg/libavformat/ |
H A D | url.c | 196 URLComponents ub, uc; in ff_make_absolute_url2() local 228 if ((ret = ff_url_decompose(&ub, base, NULL)) < 0) in ff_make_absolute_url2() 230 if (is_fq_dos_path(base) || av_strstart(base, "file:", NULL) || ub.path == ub.url) { in ff_make_absolute_url2() 236 if ((ret = ff_url_decompose(&ub, base, NULL)) < 0 || in ff_make_absolute_url2() 240 keep = ub.url; in ff_make_absolute_url2() 243 ub.url_component_end_##component > keep) { \ in ff_make_absolute_url2() 244 keep = ub.url_component_end_##component; \ in ff_make_absolute_url2() 263 COPY(ub.url, keep); in ff_make_absolute_url2() 266 use_base_path = URL_COMPONENT_HAVE(ub, pat in ff_make_absolute_url2() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcUniformBlockCase.hpp | 36 namespace ub namespace 337 } // ub 357 bool compareStd140Blocks(const ub::UniformLayout& refLayout, const ub::UniformLayout& cmpLayout) const; 358 bool compareSharedBlocks(const ub::UniformLayout& refLayout, const ub::UniformLayout& cmpLayout) const; 359 bool compareTypes(const ub::UniformLayout& refLayout, const ub::UniformLayout& cmpLayout) const; 360 bool checkLayoutIndices(const ub::UniformLayout& layout) const; 361 bool checkLayoutBounds(const ub [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsUniformBlockCase.hpp | 41 namespace ub namespace 233 } // ub 252 bool compareStd140Blocks (const ub::UniformLayout& refLayout, const ub::UniformLayout& cmpLayout) const; 253 bool compareSharedBlocks (const ub::UniformLayout& refLayout, const ub::UniformLayout& cmpLayout) const; 254 bool compareTypes (const ub::UniformLayout& refLayout, const ub::UniformLayout& cmpLayout) const; 255 bool checkLayoutIndices (const ub::UniformLayout& layout) const; 256 bool checkLayoutBounds (const ub [all...] |
H A D | glsRandomUniformBlockCase.hpp | 40 namespace ub namespace 63 } // ub 81 void generateUniform (de::Random& rnd, ub::UniformBlock& block); 82 ub::VarType generateType (de::Random& rnd, int typeDepth, bool arrayOk);
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_sse.h | 51 ubyte ub[16]; member 58 union { __m128i m; ubyte ub[16]; } u; in u_print_epi8() member 79 u.ub[0], u.ub[1], u.ub[2], u.ub[3], in u_print_epi8() 80 u.ub[4], u.ub[5], u.ub[6], u.ub[ in u_print_epi8() [all...] |
H A D | u_pwr8.h | 45 ubyte ub[16]; member 284 result = vtemp.ub[15] << 8 | vtemp.ub[7]; in vec_movemask_epi8() 286 result = vtemp.ub[0] << 8 | vtemp.ub[8]; in vec_movemask_epi8()
|
H A D | u_pack_color.h | 51 ubyte ub; member 119 uc->ub = a; in util_pack_color_ub() 125 uc->ub = r; in util_pack_color_ub() 260 ubyte p = uc->ub; in util_unpack_color_ub() 267 ubyte p = uc->ub; in util_unpack_color_ub() 274 ubyte p = uc->ub; in util_unpack_color_ub() 404 uc->ub = a; in util_pack_color() 410 uc->ub = r; in util_pack_color()
|
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_h264_syntax_template.c | 37 ub(2, nal_ref_idc); in nal_unit_header() 38 ub(5, nal_unit_type); in nal_unit_header() 94 ub(4, bit_rate_scale); in hrd_parameters() 95 ub(4, cpb_size_scale); in hrd_parameters() 103 ub(5, initial_cpb_removal_delay_length_minus1); in hrd_parameters() 104 ub(5, cpb_removal_delay_length_minus1); in hrd_parameters() 105 ub(5, dpb_output_delay_length_minus1); in hrd_parameters() 106 ub(5, time_offset_length); in hrd_parameters() 118 ub(8, aspect_ratio_idc); in vui_parameters() 120 ub(1 in vui_parameters() [all...] |
H A D | cbs_h265_syntax_template.c | 42 ub(6, nal_unit_type); in nal_unit_header() 98 ub(5, general_profile_idc); in profile_tier_level() 154 ub(8, general_level_idc); in profile_tier_level() 271 ub(8, tick_divisor_minus2); in hrd_parameters() 272 ub(5, du_cpb_removal_delay_increment_length_minus1); in hrd_parameters() 274 ub(5, dpb_output_delay_du_length_minus1); in hrd_parameters() 277 ub(4, bit_rate_scale); in hrd_parameters() 278 ub(4, cpb_size_scale); in hrd_parameters() 280 ub(4, cpb_size_du_scale); in hrd_parameters() 282 ub( in hrd_parameters() [all...] |
H A D | cbs_sei_syntax_template.c | 110 ub(16, white_point_x); in mastering_display_colour_volume() 111 ub(16, white_point_y); in mastering_display_colour_volume() 113 ub(32, max_display_mastering_luminance); in mastering_display_colour_volume() 114 ub(32, min_display_mastering_luminance); in mastering_display_colour_volume() 127 ub(16, max_content_light_level); in content_light_level_info() 128 ub(16, max_pic_average_light_level); in content_light_level_info() 142 ub(8, preferred_transfer_characteristics); in alternative_transfer_characteristics()
|
/third_party/mesa3d/src/util/ |
H A D | enum_operators.h | 37 IntType ub = static_cast<IntType>(b); \ 38 return static_cast<Enum>(ua op ub); \ 46 IntType ub = static_cast<IntType>(b); \ 47 ua op##= ub; \
|
/third_party/musl/libc-test/src/functional/ |
H A D | qsort.c | 24 const uint64_t *ua = a, *ub = b; in cmp64() local 25 return *ua < *ub ? -1 : *ua != *ub; in cmp64()
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_clear.c | 162 uint32_t ub = float_to_fixed(b, l.int_b, l.frac_b, dithered) << count_g; in pan_pack_color() local 165 pan_pack_color_32(packed, ur | ug | ub | ua); in pan_pack_color()
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | io.c | 693 unsigned char lb, ub; in _mpd_copy_utf8() local 709 lb = 0x80; ub = 0xbf; in _mpd_copy_utf8() 713 lb = 0xa0; ub = 0xbf; in _mpd_copy_utf8() 717 lb = 0x80; ub = 0xbf; in _mpd_copy_utf8() 721 lb = 0x80; ub = 0x9f; in _mpd_copy_utf8() 725 lb = 0x80; ub = 0xbf; in _mpd_copy_utf8() 729 lb = 0x90; ub = 0xbf; in _mpd_copy_utf8() 733 lb = 0x80; ub = 0xbf; in _mpd_copy_utf8() 737 lb = 0x80; ub = 0x8f; in _mpd_copy_utf8() 746 if (*cp < lb || ub < *c in _mpd_copy_utf8() [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_clear.c | 319 uint8_t ub[16]; in gfx11_get_dcc_clear_parameters() member 332 bool bit = value.ub[i / 8] & BITFIELD_BIT(i % 8); in gfx11_get_dcc_clear_parameters() 360 printf("%02x", value.ub[i]); in gfx11_get_dcc_clear_parameters() 387 if (value.ub[0] == 0x00 && value.ub[1] == 0xff) { in gfx11_get_dcc_clear_parameters() 390 } else if (value.ub[0] == 0xff && value.ub[1] == 0x00) { in gfx11_get_dcc_clear_parameters() 395 if (value.ub[0] == 0x00 && value.ub[1] == 0x00 && in gfx11_get_dcc_clear_parameters() 396 value.ub[ in gfx11_get_dcc_clear_parameters() [all...] |
/third_party/musl/libc-test/src/math/gen/ |
H A D | rnd.c | 141 const uint64_t *ua = a, *ub = b; in cmp64() local 142 return *ua < *ub ? -1 : (*ua > *ub ? 1 : 0); in cmp64()
|
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/ |
H A D | howExpensiveIs.cpp | 255 #define OCName(svc,ub,testn,suffix,n) testn ## svc ## ub ## suffix ## n 256 #define OCStr(svc,ub,suffix,n) "Test_" # svc # ub # suffix # n 257 #define OCRun(svc,ub,suffix) svc ## ub ## suffix
|
/third_party/mesa3d/src/mesa/main/ |
H A D | macros.h | 172 #define UNCLAMPED_FLOAT_TO_UBYTE(ub, f) \ 173 ub = ((GLubyte) _mesa_lroundevenf(CLAMP((f), 0.0F, 1.0F) * 255.0F)) 174 #define CLAMPED_FLOAT_TO_UBYTE(ub, f) \ 175 ub = ((GLubyte) _mesa_lroundevenf((f) * 255.0F))
|
H A D | dlist.h | 62 GLubyte ub; member
|
/third_party/mesa3d/src/broadcom/qpu/ |
H A D | qpu_disasm.c | 272 if (instr->branch.ub) in v3d_qpu_disasm_branch() 295 if (instr->branch.ub) { in v3d_qpu_disasm_branch()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_uniforms.c | 319 color |= (vc4->blend_color.ub[format_swiz[i]] << in vc4_write_uniforms() 327 uint8_t a = vc4->blend_color.ub[3]; in vc4_write_uniforms()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | nfrs.cpp | 739 int64_t ub = util64_fromDouble(upperBound); in parse() local 743 util64_toa(ub, ubstr, 64); in parse() 745 util64_toa(ub, ubstrhex, 64, 16); in parse() 746 fprintf(stderr, "ub: %g, i64: %s (%s)\n", upperBound, ubstr, ubstrhex); in parse() 750 if ((!fIsFractionRuleSet) && (rules[i]->getBaseValue() >= ub)) { in parse()
|
H A D | decNumber.cpp | 823 const Unit *ua, *ub; /* -> operands */ in uprv_decNumberAnd() local 839 ub=rhs->lsu; /* .. */ in uprv_decNumberAnd() 842 msub=ub+D2U(rhs->digits)-1; /* -> msu of rhs */ in uprv_decNumberAnd() 845 for (; uc<=msuc; ua++, ub++, uc++) { /* Unit loop */ in uprv_decNumberAnd() 849 if (ub>msub) b=0; in uprv_decNumberAnd() 850 else b=*ub; in uprv_decNumberAnd() 1839 const Unit *ua, *ub; /* -> operands */ in uprv_decNumberOr() local 1854 ub=rhs->lsu; /* .. */ in uprv_decNumberOr() 1857 msub=ub+D2U(rhs->digits)-1; /* -> msu of rhs */ in uprv_decNumberOr() 1860 for (; uc<=msuc; ua++, ub in uprv_decNumberOr() 3269 const Unit *ua, *ub; /* -> operands */ uprv_decNumberXor() local 3491 uByte *ub=bcd+dn->digits-1; /* -> lsd */ uprv_decNumberGetBCD() local 3526 const uByte *ub=bcd; /* -> source msd */ uprv_decNumberSetBCD() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | nfrs.cpp | 739 int64_t ub = util64_fromDouble(upperBound); in parse() local 743 util64_toa(ub, ubstr, 64); in parse() 745 util64_toa(ub, ubstrhex, 64, 16); in parse() 746 fprintf(stderr, "ub: %g, i64: %s (%s)\n", upperBound, ubstr, ubstrhex); in parse() 750 if ((!fIsFractionRuleSet) && (rules[i]->getBaseValue() >= ub)) { in parse()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | nfrs.cpp | 739 int64_t ub = util64_fromDouble(upperBound); in parse() local 743 util64_toa(ub, ubstr, 64); in parse() 745 util64_toa(ub, ubstrhex, 64, 16); in parse() 746 fprintf(stderr, "ub: %g, i64: %s (%s)\n", upperBound, ubstr, ubstrhex); in parse() 750 if ((!fIsFractionRuleSet) && (rules[i]->getBaseValue() >= ub)) { in parse()
|