Home
last modified time | relevance | path

Searched defs:gap (Results 26 - 50 of 53) sorted by relevance

123

/third_party/skia/tools/flags/
H A DCommandLineFlags.cpp167 int gap; in print_indented() local
/third_party/python/Objects/stringlib/
H A Dfastsearch.h309 Py_ssize_t gap; in STRINGLIB() local
434 Py_ssize_t gap = p->gap; in _two_way() local
545 Py_ssize_t gap = mlast; default_find() local
605 Py_ssize_t gap = mlast; adaptive_find() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dgregocal.cpp1012 int32_t gap = limit - start; in roll() local
H A Dcalendar.cpp1857 int32_t gap = max - min + 1; in roll() local
2023 int32_t gap = limit - start; in roll() local
2081 int32_t gap = limit - start; in roll() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dgregocal.cpp987 int32_t gap = limit - start; variable
H A Dcalendar.cpp1762 int32_t gap = max - min + 1; variable
1929 int32_t gap = limit - start; variable
1991 int32_t gap = limit - start; variable
[all...]
/third_party/skia/src/core/
H A DSkAAClip.cpp301 int gap = x - row->fWidth; in addRun() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dgregocal.cpp1012 int32_t gap = limit - start; in roll() local
H A Dcalendar.cpp1783 int32_t gap = max - min + 1; in roll() local
1949 int32_t gap = limit - start; in roll() local
2007 int32_t gap = limit - start; in roll() local
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_utils.h657 real32 gap = v - Min_real32 (r, Min_real32 (g, b)); in DNG_RGBtoHSV() local
/base/startup/init/services/utils/
H A Dinit_utils.c456 int gap = slash - p; in MakeDirRecursive() local
/third_party/node/deps/brotli/c/enc/
H A Dbackward_references_hq.c421 size_t gap = 0; in UpdateNodes() local
329 ComputeDistanceShortcut(const size_t block_start, const size_t pos, const size_t max_backward_limit, const size_t gap, const ZopfliNode* nodes) ComputeDistanceShortcut() argument
381 EvaluateNode( const size_t block_start, const size_t pos, const size_t max_backward_limit, const size_t gap, const int* starting_dist_cache, const ZopfliCostModel* model, StartPosQueue* queue, ZopfliNode* nodes) EvaluateNode() argument
580 size_t gap = 0; BrotliZopfliCreateCommands() local
616 ZopfliIterate(size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, const BrotliEncoderParams* params, const size_t gap, const int* dist_cache, const ZopfliCostModel* model, const uint32_t* num_matches, const BackwardMatch* matches, ZopfliNode* nodes) ZopfliIterate() argument
670 size_t gap = 0; BrotliZopfliComputeShortestPath() local
759 size_t gap = 0; BrotliCreateHqZopfliBackwardReferences() local
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_pkt.h194 uint64_t gap; member
H A Dngtcp2_rtb.c432 ngtcp2_range gap, range; in rtb_reclaim_frame() local
H A Dngtcp2_conn.c1967 ngtcp2_range gap; in conn_cryptofrq_unacked_offset() local
2001 ngtcp2_range gap; in conn_cryptofrq_unacked_pop() local
[all...]
/third_party/node/deps/v8/src/json/
H A Djson-stringifier.cc289 bool JsonStringifier::InitializeGap(Handle<Object> gap) { in InitializeGap() argument
142 JsonStringify(Isolate* isolate, Handle<Object> object, Handle<Object> replacer, Handle<Object> gap) JsonStringify() argument
225 Stringify(Handle<Object> object, Handle<Object> replacer, Handle<Object> gap) Stringify() argument
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbackward_references_hq.c421 size_t gap = 0; in UpdateNodes() local
329 ComputeDistanceShortcut(const size_t block_start, const size_t pos, const size_t max_backward_limit, const size_t gap, const ZopfliNode* nodes) ComputeDistanceShortcut() argument
381 EvaluateNode( const size_t block_start, const size_t pos, const size_t max_backward_limit, const size_t gap, const int* starting_dist_cache, const ZopfliCostModel* model, StartPosQueue* queue, ZopfliNode* nodes) EvaluateNode() argument
580 size_t gap = 0; BrotliZopfliCreateCommands() local
616 ZopfliIterate(size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, const BrotliEncoderParams* params, const size_t gap, const int* dist_cache, const ZopfliCostModel* model, const uint32_t* num_matches, const BackwardMatch* matches, ZopfliNode* nodes) ZopfliIterate() argument
670 size_t gap = 0; BrotliZopfliComputeShortestPath() local
759 size_t gap = 0; BrotliCreateHqZopfliBackwardReferences() local
[all...]
/third_party/libinput/src/
H A Devdev-tablet.c1330 int gap = tool->pressure.threshold.upper - tool->pressure.threshold.lower; in set_pressure_offset() local
/third_party/python/Lib/test/test_zoneinfo/
H A Dtest_zoneinfo.py1827 def gap(self): member in ZoneTransition
/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp914 PhysRegInterval gap = PhysRegInterval::from_until(*reg_it, *next_nonfree_it); in get_reg_simple() local
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dsecurity.c477 entersecurity_data(ntfs_volume *vol, const SECURITY_DESCRIPTOR_RELATIVE *attr, s64 attrsz, le32 hash, le32 keyid, off_t offs, int gap) entersecurity_data() argument
635 int gap; entersecurityattr() local
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsclone.c895 static void gap_to_cluster(s64 gap) argument
/third_party/libbpf/include/uapi/linux/
H A Dpkt_sched.h595 __u32 gap; /* re-ordering gap (0 for none) */ member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c645 unsigned gap = align(offset, line_size) - offset; in radv_cmd_buffer_upload_alloc() local
/third_party/node/deps/v8/src/api/
H A Dapi.cc3280 Stringify(Local<Context> context, Local<Value> json_object, Local<String> gap) Stringify() argument

Completed in 107 milliseconds

123