/third_party/ltp/testcases/kernel/fs/read_all/ |
H A D | read_all.c | 182 static void sanitize_str(char *buf, ssize_t count) in sanitize_str() argument 232 ssize_t count; in read_test() local [all...] |
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | commands.c | 390 int node, count = 0; in get_arg_nodeid_list() local
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify10.c | 467 static int format_path_check(char *buf, const char *fmt, int count, int i) in format_path_check() argument
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | trees.c | 720 int count = 0; /* repeat count of the current code */
local 765 int count = 0; /* repeat count of the current code */ global() local [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | linkage.cc | 142 uint32_t count = 0; in GetTaggedParameterSlots() local
|
H A D | bytecode-analysis.cc | 40 void BytecodeLoopAssignments::AddList(interpreter::Register r, uint32_t count) { in AddList() argument
|
H A D | verifier.cc | 89 void CheckOutput(Node* node, Node* use, int count, const char* kind) { in CheckOutput() argument 1965 const size_t count = schedule->BasicBlockCount(); in Run() local [all...] |
H A D | loop-analysis.cc | 403 size_t count = 0; in FinishLoopTree() local 450 size_t count = 0; in FinishSingleLoop() local
|
H A D | node.h | 385 int count() const { return count_; } in count() function in v8::internal::compiler::final 389 InputEdges(ZoneNodePtr* input_root, Use* use_root, int count) in InputEdges() argument 407 int count() const { return count_; } in count() function in v8::internal::compiler::final 411 explicit Inputs(ZoneNodePtr const* input_root, int count) in Inputs() argument [all...] |
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator-verifier.cc | 82 size_t count = 0; in RegisterAllocatorVerifier() local 143 size_t count = 0; VerifyAssignment() local 566 size_t count = 0; VerifyGapMoves() local [all...] |
/third_party/node/deps/v8/src/debug/ |
H A D | debug-coverage.cc | 28 inline void Add(SharedFunctionInfo key, uint32_t count) { in Add() argument 83 const int count = coverage_info.slots_block_count(i); in GetSortedBlockData() local 520 uint32_t count = static_cast<uint32_t>(vector.invocation_count()); CollectAndMaybeResetCounts() local 543 uint32_t count = 0; CollectAndMaybeResetCounts() local 599 uint32_t count; global() member 667 uint32_t count = v.count; Collect() local [all...] |
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-starboard.cc | 491 const size_t count = SbSystemGetStack(addresses, kStackSize); in GetCurrentStackPosition() local
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-profiler-agent-impl.cc | 104 int count = v8profile->GetSamplesCount(); in buildInspectorObjectForSamples() local 113 int count = v8profile->GetSamplesCount(); in buildInspectorObjectForTimestamps() local 343 createCoverageRange( int start, int end, int count) createCoverageRange() argument
|
H A D | v8-console-message.cc | 609 int V8ConsoleMessageStorage::count(int contextId, const String16& id) { in count() function in v8_inspector::V8ConsoleMessageStorage
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-objects-inl.h | 163 EnsureCanContainElements(Handle<JSObject> object, TSlot objects, uint32_t count, EnsureElementsMode mode) EnsureCanContainElements() argument
|
H A D | string-table.cc | 124 void ElementsRemoved(int count) { in ElementsRemoved() argument 256 uint32_t count = 1; in FindEntry() local 272 uint32_t count = 1; in FindInsertionEntry() local 288 uint32_t count = 1; in FindEntryOrInsertionEntry() local 759 NotifyElementsRemoved(int count) NotifyElementsRemoved() argument [all...] |
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-object.cc | 1299 CheckExcludedPropertiesAreOnCallerStack(Isolate* isolate, Address base, int count) CheckExcludedPropertiesAreOnCallerStack() argument
|
H A D | runtime-wasm.cc | 331 uint32_t count = NumberToUint32(args[2]); in RUNTIME_FUNCTION() local 533 uint32_t count = args.positive_smi_value_at(4); in RUNTIME_FUNCTION() local
|
/third_party/node/deps/v8/src/torque/ |
H A D | utils.h | 271 std::vector<T> PopMany(size_t count) { in PopMany() argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_gmem.c | 638 unsigned count = fd_ringbuffer_cmd_count(target); in emit_conditional_ib() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_util.h | 348 unsigned count = fd_ringbuffer_cmd_count(target); in __OUT_IB() local 377 unsigned count = fd_ringbuffer_cmd_count(target); in __OUT_IB5() local 243 DRAW_A20X(enum pc_di_primtype prim_type, enum pc_di_face_cull_sel faceness_cull_select, enum pc_di_src_sel source_select, enum pc_di_index_size index_size, bool pre_fetch_cull_enable, bool grp_cull_enable, uint16_t count) DRAW_A20X() argument
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_batch.c | 367 ensure_exec_obj_space(struct iris_batch *batch, uint32_t count) in ensure_exec_obj_space() argument 675 (void**)&batch->exec_bos[batch->exec_count], count); in add_aux_map_bos_to_batch() local
|
H A D | iris_query.c | 249 uint32_t count = q->type == PIPE_QUERY_SO_OVERFLOW_PREDICATE ? 1 : 4; in write_overflow_values() local
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_resource.c | 178 _lima_resource_create_with_modifiers(struct pipe_screen *pscreen, const struct pipe_resource *templat, const uint64_t *modifiers, int count) _lima_resource_create_with_modifiers() argument 251 lima_resource_create_with_modifiers(struct pipe_screen *pscreen, const struct pipe_resource *templat, const uint64_t *modifiers, int count) lima_resource_create_with_modifiers() argument
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_perfcounter.c | 97 static void si_pc_emit_select(struct si_context *sctx, struct ac_pc_block *block, unsigned count, in si_pc_emit_select() argument 219 static void si_pc_emit_read(struct si_context *sctx, struct ac_pc_block *block, unsigned count, in si_pc_emit_read() argument
|