| /third_party/zlib/contrib/infback9/ |
| H A D | infback9.c | 219 unsigned long left; /* available output */ in inflateBack9() local [all...] |
| /third_party/zlib/contrib/puff/ |
| H A D | puff.c | 271 int left; /* bits left in next or left to process */ in decode() local 344 int left; /* number of possible codes left of current length */ construct() local [all...] |
| /third_party/zlib/examples/ |
| H A D | enough.c | 237 local inline size_t map(int syms, int left, int len) { in map() argument 261 count(int syms, int left, int len) count() argument 308 been_here(int syms, int left, int len, int mem, int rem) been_here() argument 361 examine(int syms, int left, int len, int mem, int rem) examine() argument [all...] |
| H A D | gun.c | 205 int left; /* bits left in rem */ in lunpipe() local [all...] |
| H A D | gzappend.c | 173 unsigned left; /* bytes available at next */ member 261 int ret, lastbit, left, full; gzscan() local 391 unsigned left; gztack() local [all...] |
| H A D | zran.c | 376 size_t left = len; // number of bytes left t in deflate_index_extract() local 80 add_point(struct deflate_index *index, int bits, off_t in, off_t out, unsigned left, unsigned char *window) add_point() argument [all...] |
| /third_party/zlib/ |
| H A D | gzwrite.c | 368 unsigned left; in gzvprintf() local 454 unsigned len, left; in gzprintf() local [all...] |
| H A D | infback.c | 247 unsigned have, left; /* available input and output */ in inflateBack() local [all...] |
| H A D | inflate.c | 607 unsigned have, left; /* available input and output */ in inflate() local [all...] |
| /foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
| H A D | treeview.js | [all...] |
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| H A D | js_shared_array.cpp | 520 int32_t left = 0; in IncludeInSortedValue() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | tagged_tree.cpp | 95 JSTaggedValue left = GetLeftChild(parentOfIndex); in LeftRotate() local 111 int left = GetLeftChild(index).GetInt(); in RightRotate() local 157 JSTaggedValue left = tree->GetLeftChild(parent); AdjustTaggedTree() local 586 int left = GetLeftChildIndex(parent); HasValue() local 609 int left = src->GetLeftChildIndex(parent); SetAll() local [all...] |
| H A D | ecma_string-inl.h | 227 CreateTreeString(const EcmaVM *vm, const JSHandle<EcmaString> &left, const JSHandle<EcmaString> &right, uint32_t length, bool compressed) CreateTreeString() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_peas/ |
| H A D | bouncing_peas_unit_napi.cpp | 48 SkoalaPictureRecorder1nBeginRecording( [[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_class klass, [[maybe_unused]] ets_long ptr , [[maybe_unused]] ets_float left, [[maybe_unused]] ets_float top, [[maybe_unused]] ets_float right, [[maybe_unused]] ets_float bottom) SkoalaPictureRecorder1nBeginRecording() argument 61 SkoalaPictureRecorder1nFinishRecordingAsPictureWithCull( [[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_class klass, [[maybe_unused]] ets_long ptr , [[maybe_unused]] ets_float left, [[maybe_unused]] ets_float top, [[maybe_unused]] ets_float right, [[maybe_unused]] ets_float bottom) SkoalaPictureRecorder1nFinishRecordingAsPictureWithCull() argument 192 SkoalaCanvas1nDrawOval([[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_class klass, [[maybe_unused]] ets_long canvasPtr , [[maybe_unused]] ets_float left, [[maybe_unused]] ets_float top, [[maybe_unused]] ets_float right, [[maybe_unused]] ets_float bottom, [[maybe_unused]] ets_long paintPtr ) SkoalaCanvas1nDrawOval() argument
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | region_space.cpp | 248 size_t left = 0; in AllocLargeRegion() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | opAssignment.cpp | 151 auto *const left = assignment->Left(); in ConstructOpAssignmentResult() local
|
| /arkcompiler/ets_frontend/ets2panda/lexer/regexp/ |
| H A D | regexp.cpp | 392 uint32_t left = ParseClassAtom(); in ParseCharacterClass() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | common_stubs.cpp | 1257 GateRef left = TaggedArgument(1); in GenerateCircuit() local
|
| H A D | compiler_log.cpp | 272 GateRef left = acc_.GetValueIn(gate, 0); in CollectGateTypeLogInfo() local [all...] |
| H A D | operations_stub_builder.cpp | 22 GateRef OperationsStubBuilder::Equal(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in Equal() argument 61 GateRef OperationsStubBuilder::NotEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in NotEqual() argument 103 GateRef OperationsStubBuilder::StrictEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in StrictEqual() argument 130 GateRef OperationsStubBuilder::StrictNotEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in StrictNotEqual() argument 157 Less(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) Less() argument 264 LessEq(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) LessEq() argument 371 Greater(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) Greater() argument 477 GreaterEq(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) GreaterEq() argument 584 Add(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) Add() argument 605 Sub(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) Sub() argument 626 Mul(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) Mul() argument 647 Div(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) Div() argument 668 Mod(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) Mod() argument 689 Shl(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) Shl() argument 779 Shr(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) Shr() argument 884 Ashr(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) Ashr() argument 974 And(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) And() argument 1063 Or(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) Or() argument 1152 Xor(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) Xor() argument [all...] |
| /arkcompiler/ets_frontend/es2panda/lexer/regexp/ |
| H A D | regexp.cpp | 389 uint32_t left = ParseClassAtom(); in ParseCharacterClass() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| H A D | js_api_lightweightset.cpp | 97 int32_t left = index - 1; in GetHashIndex() local
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
| H A D | js_utils.cpp | 386 napi_value left = nullptr; in GetValue() local
|
| /base/hiviewdfx/hilog/services/hilogtool/ |
| H A D | log_display.cpp | 276 cout << std::left; in HilogShowLogStatsInfo() member in OHOS::HiviewDFX::std
|
| /base/hiviewdfx/hidumper/services/native/src/ |
| H A D | dump_manager_cpu_service.cpp | 382 bool DumpManagerCpuService::SortProcInfo(std::shared_ptr<ProcInfo> &left, std::shared_ptr<ProcInfo> &right) in SortProcInfo() argument [all...] |