/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | example_util.c | 26 uint32_t ExUtilGetUInt(const char* const v, int base, int* const error) { in ExUtilGetUInt() argument 28 const uint32_t n = (v != NULL) ? (uint32_t)strtoul(v, &end, base) : 0u; in ExUtilGetUInt() 37 int ExUtilGetInt(const char* const v, int base, int* const error) { in ExUtilGetInt() argument 38 return (int)ExUtilGetUInt(v, base, error); in ExUtilGetInt() 41 int ExUtilGetInts(const char* v, int base, int max_output, int output[]) { in ExUtilGetInts() argument 44 const int value = ExUtilGetInt(v, base, &error); in ExUtilGetInts()
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_next.py | 20 power< base=any+ trailer< '.' attr='next' > trailer< '(' ')' > > 49 base = results.get("base") 53 if base: 57 base = [n.clone() for n in base] 58 base[0].prefix = "" 59 node.replace(Call(Name("next", prefix=node.prefix), base))
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | constants.h | 48 #define POWMOD(base, exp) x64_powmod(base, exp, umod) 56 #define POWMOD(base, exp) ppro_powmod(base, exp, &dmod, dinvmod) 64 #define POWMOD(base, exp) std_powmod(base, exp, umod)
|
/third_party/cups-filters/cupsfilters/ |
H A D | testdriver.c | 155 const char *base; /* Base name of program */ in list_ppds() local 158 if ((base = strrchr(name, '/')) != NULL) in list_ppds() 159 base ++; in list_ppds() 161 base = name; in list_ppds() 165 base, models[i][0], models[i][1]); in list_ppds()
|
/third_party/gn/src/gn/ |
H A D | scheduler.h | 13 #include "base/atomic_ref_count.h" 14 #include "base/files/file_path.h" 60 void AddGenDependency(const base::FilePath& file); 61 std::vector<base::FilePath> GetGenDependencies() const; 119 base::AtomicRefCount work_count_; 123 base::AtomicRefCount pool_work_count_; 144 std::vector<base::FilePath> gen_dependencies_;
|
H A D | resolved_target_deps.h | 8 #include "base/containers/span.h" 45 base::span<const Target*> public_deps() const { in public_deps() 49 base::span<const Target*> private_deps() const { in private_deps() 53 base::span<const Target*> data_deps() const { in data_deps() 57 base::span<const Target*> linked_deps() const { in linked_deps() 61 base::span<const Target*> all_deps() const { in all_deps()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
H A D | NamedFunction.java | 5 import static com.google.common.base.CharMatcher.whitespace; 6 import static com.google.common.base.Preconditions.checkArgument; 7 import static com.google.common.base.Preconditions.checkNotNull; 12 import com.google.common.base.CharMatcher; 13 import com.google.common.base.Splitter;
|
/third_party/libsnd/src/ |
H A D | ogg.h | 56 #define readint(buf, base) (((buf [base + 3] << 24) & 0xff000000) | \ 57 ((buf [base + 2] <<16) & 0xff0000) | \ 58 ((buf [base + 1] << 8) & 0xff00) | \ 59 (buf [base] & 0xff))
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | vertexbuffer9.c | 47 hr = NineBuffer9_ctor(&This->base, pParams, D3DRTYPE_VERTEXBUFFER, in NineVertexBuffer9_ctor() 62 NineBuffer9_dtor(&This->base); in NineVertexBuffer9_dtor() 68 return NineBuffer9_GetResource(&This->base, offset); in NineVertexBuffer9_GetResource() 78 return NineBuffer9_Lock(&This->base, OffsetToLock, SizeToLock, ppbData, Flags); in NineVertexBuffer9_Lock() 84 return NineBuffer9_Unlock(&This->base); in NineVertexBuffer9_Unlock()
|
H A D | indexbuffer9.c | 47 hr = NineBuffer9_ctor(&This->base, pParams, D3DRTYPE_INDEXBUFFER, in NineIndexBuffer9_ctor() 69 NineBuffer9_dtor(&This->base); in NineIndexBuffer9_dtor() 76 return NineBuffer9_GetResource(&This->base, offset); in NineIndexBuffer9_GetBuffer() 86 return NineBuffer9_Lock(&This->base, OffsetToLock, SizeToLock, ppbData, Flags); in NineIndexBuffer9_Lock() 92 return NineBuffer9_Unlock(&This->base); in NineIndexBuffer9_Unlock()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_command_buffer.c | 36 vk_object_base_init(pool->base.device, &command_buffer->base, in vk_command_buffer_init() 68 vk_object_base_finish(&command_buffer->base); in vk_command_buffer_finish() 78 primary->base.device->command_dispatch_table; in vk_common_CmdExecuteCommands() 96 &cmd_buffer->base.device->dispatch_table; in vk_common_CmdBindVertexBuffers()
|
/third_party/node/deps/v8/src/compiler-dispatcher/ |
H A D | optimizing-compile-dispatcher.h | 11 #include "src/base/platform/condition-variable.h" 12 #include "src/base/platform/mutex.h" 13 #include "src/base/platform/platform.h" 48 base::MutexGuard access_input_queue(&input_queue_mutex_); in IsQueueAvailable() 92 base::Mutex input_queue_mutex_; 98 base::Mutex output_queue_mutex_; 101 base::Mutex ref_count_mutex_; 102 base::ConditionVariable ref_count_zero_;
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_fence.c | 64 ctx->base.create_fence_fd = lima_create_fence_fd; in lima_fence_context_init() 65 ctx->base.fence_server_sync = lima_fence_server_sync; in lima_fence_context_init() 118 screen->base.fence_reference = lima_fence_reference; in lima_fence_screen_init() 119 screen->base.fence_finish = lima_fence_finish; in lima_fence_screen_init() 120 screen->base.fence_get_fd = lima_fence_get_fd; in lima_fence_screen_init()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
H A D | HeaderTable.java | 14 protected int base = 0; field in HeaderTable 16 protected HeaderTable(ReadableFontData data, int base, boolean dataIsCanonical) { in HeaderTable() argument 18 this.base = base; in HeaderTable() 23 return data.readUShort(base + index * FIELD_SIZE); in getField()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ligaturesubst/ |
H A D | Ligature.java | 15 Ligature(ReadableFontData data, int base, boolean dataIsCanonical) { in Ligature() argument 16 super(data, base, dataIsCanonical); in Ligature() 33 protected Ligature readTable(ReadableFontData data, int base, boolean dataIsCanonical) { in readTable() argument 34 return new Ligature(data, base, dataIsCanonical); in readTable() 48 protected RecordList<NumRecord> readRecordList(ReadableFontData data, int base) { in readRecordList() argument
|
H A D | LigatureSet.java | 8 LigatureSet(ReadableFontData data, int base, boolean dataIsCanonical) { in LigatureSet() argument 9 super(data, base, dataIsCanonical); in LigatureSet() 26 protected LigatureSet readTable(ReadableFontData data, int base, boolean dataIsCanonical) { in readTable() argument 27 return new LigatureSet(data, base, dataIsCanonical); in readTable() 58 return new Ligature(data, base, dataIsCanonical); in readSubTable()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | bestCommonTypeOfTuple2.js | 2 interface base { } 4 class C implements base { c } 5 class D implements base { d } 6 class E implements base { e } 12 var t1: [C, base]; 18 var e11 = t1[4]; // base 83 var e11 = t1[4]; // base
|
/third_party/rust/crates/minimal-lexical/etc/ |
H A D | lemire_table.py | 9 The base two exponents can be inferred using a logarithmic slope 54 def minimum_exponent(base): 55 return ceil(log(5e-324, base) - log(0xFFFFFFFFFFFFFFFF, base)) 58 def maximum_exponent(base): 59 return floor(log(1.7976931348623157e+308, base))
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | radeon_uvd.c | 66 struct pipe_video_codec base; member 207 switch (u_reduce_video_profile(dec->base.profile)) { in profile2stream_type() 241 unsigned width = align(dec->base.width, VL_MACROBLOCK_WIDTH); in calc_dpb_size() 242 unsigned height = align(dec->base.height, VL_MACROBLOCK_HEIGHT); in calc_dpb_size() 245 unsigned max_references = dec->base.max_references + 1; in calc_dpb_size() 256 switch (u_reduce_video_profile(dec->base.profile)) { in calc_dpb_size() 264 switch(dec->base.level) { in calc_dpb_size() 377 switch (pic->base.profile) { in get_h264_msg() 396 result.level = dec->base.level; in get_h264_msg() 410 switch (dec->base in get_h264_msg() [all...] |
H A D | radeon_vce.c | 153 unsigned w = align(enc->base.width, 16) / 16; in get_cpb_num() 154 unsigned h = align(enc->base.height, 16) / 16; in get_cpb_num() 157 switch (enc->base.level) { in get_cpb_num() 421 enc->base = *templ; in rvce_create_encoder() 422 enc->base.context = context; in rvce_create_encoder() 424 enc->base.destroy = rvce_destroy; in rvce_create_encoder() 425 enc->base.begin_frame = rvce_begin_frame; in rvce_create_encoder() 426 enc->base.encode_bitstream = rvce_encode_bitstream; in rvce_create_encoder() 427 enc->base.end_frame = rvce_end_frame; in rvce_create_encoder() 428 enc->base in rvce_create_encoder() [all...] |
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_queue.c | 124 const VkAllocationCallbacks *alloc = &queue->device->base.base.alloc; in vn_queue_submission_alloc_storage() 310 const VkAllocationCallbacks *alloc = &queue->device->base.base.alloc; in vn_queue_submission_cleanup() 620 pAllocator ? pAllocator : &dev->base.base.alloc; in vn_CreateFence() 629 vn_object_base_init(&fence->base, VK_OBJECT_TYPE_FENCE, &dev->base); in vn_CreateFence() 660 vn_object_base_fini(&fence->base); in vn_CreateFence() 674 pAllocator ? pAllocator : &dev->base in vn_DestroyFence() [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nve4_compute.c | 47 struct nouveau_device *dev = screen->base.device; in nve4_screen_compute_setup() 48 struct nouveau_object *chan = screen->base.channel; in nve4_screen_compute_setup() 224 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in gm107_compute_validate_surfaces() 285 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nve4_compute_validate_surfaces() 310 if (res->base.target == PIPE_BUFFER) { in nve4_compute_validate_surfaces() 318 if (nvc0->screen->base.class_3d >= GM107_3D_CLASS) in nve4_compute_validate_surfaces() 333 BEGIN_NVC0(nvc0->base.pushbuf, NVE4_CP(TSC_FLUSH), 1); in nve4_compute_validate_samplers() 334 PUSH_DATA (nvc0->base.pushbuf, 0); in nve4_compute_validate_samplers() 354 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nve4_compute_set_tex_handles() 389 struct nouveau_pushbuf *push = nvc0->base in nve4_compute_validate_constbufs() 398 const unsigned base = NVC0_CB_USR_INFO(s); nve4_compute_validate_constbufs() local 570 gp100_cp_launch_desc_set_cb(uint32_t *qmd, unsigned index, struct nouveau_bo *bo, uint32_t base, uint32_t size) gp100_cp_launch_desc_set_cb() argument 586 nve4_cp_launch_desc_set_cb(uint32_t *qmd, unsigned index, struct nouveau_bo *bo, uint32_t base, uint32_t size) nve4_cp_launch_desc_set_cb() argument 612 uint32_t base = res->offset + nvc0->constbuf[5][i].offset; nve4_compute_setup_buf_cb() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir_soa.c | 63 LLVMBuilderRef builder = bld->bld_base.base.gallivm->builder; in mask_vec() 115 struct gallivm_state *gallivm = bld_base->base.gallivm; in emit_fetch_64bit() 120 int len = bld_base->base.type.length * 2; in emit_fetch_64bit() 123 for (i = 0; i < bld_base->base.type.length * 2; i+=2) { in emit_fetch_64bit() 126 shuffles[i + 1] = lp_build_const_int32(gallivm, i / 2 + bld_base->base.type.length); in emit_fetch_64bit() 128 shuffles[i] = lp_build_const_int32(gallivm, i / 2 + bld_base->base.type.length); in emit_fetch_64bit() 142 struct gallivm_state *gallivm = bld_base->base.gallivm; in emit_store_64bit_split() 147 int len = bld_base->base.type.length * 2; in emit_store_64bit_split() 150 for (i = 0; i < bld_base->base.type.length; i++) { in emit_store_64bit_split() 163 bld_base->base in emit_store_64bit_split() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | tzrule.cpp | 161 InitialTimeZoneRule::getNextStart(UDate /*base*/, 170 InitialTimeZoneRule::getPreviousStart(UDate /*base*/, 353 AnnualTimeZoneRule::getNextStart(UDate base, 359 Grego::timeToFields(base, year, month, dom, dow, doy, mid); 365 if (tmp < base || (!inclusive && (tmp == base))) { 377 AnnualTimeZoneRule::getPreviousStart(UDate base, 383 Grego::timeToFields(base, year, month, dom, dow, doy, mid); 389 if (tmp > base || (!inclusive && (tmp == base))) { [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vce.c | 140 unsigned w = align(enc->base.width, 16) / 16; in get_cpb_num() 141 unsigned h = align(enc->base.height, 16) / 16; in get_cpb_num() 144 switch (enc->base.level) { in get_cpb_num() 419 enc->base = *templ; in si_vce_create_encoder() 420 enc->base.context = context; in si_vce_create_encoder() 422 enc->base.destroy = rvce_destroy; in si_vce_create_encoder() 423 enc->base.begin_frame = rvce_begin_frame; in si_vce_create_encoder() 424 enc->base.encode_bitstream = rvce_encode_bitstream; in si_vce_create_encoder() 425 enc->base.end_frame = rvce_end_frame; in si_vce_create_encoder() 426 enc->base in si_vce_create_encoder() [all...] |