Home
last modified time | relevance | path

Searched refs:end (Results 326 - 350 of 24327) sorted by relevance

1...<<11121314151617181920>>...974

/third_party/icu/icu4c/source/test/intltest/
H A Dbidiconf.cpp90 char *end; in parseLevels() local
91 uint32_t value=(uint32_t)strtoul(start, &end, 10); in parseLevels()
92 if(end<=start || (!U_IS_INV_WHITESPACE(*end) && *end!=0 && *end!=';') in parseLevels()
100 start=end; in parseLevels()
109 char *end; in parseOrdering() local
110 uint32_t value=(uint32_t)strtoul(start, &end, 10); in parseOrdering()
111 if(end< in parseOrdering()
322 char *end; TestBidiTest() local
479 char *end; TestBidiCharacterTest() local
[all...]
/third_party/openssl/test/
H A Dv3ext.c32 goto end; in test_pathlen()
36 end: in test_pathlen()
184 goto end; in test_addr_ranges()
190 goto end; in test_addr_ranges()
194 goto end; in test_addr_ranges()
196 goto end; in test_addr_ranges()
199 goto end; in test_addr_ranges()
201 goto end; in test_addr_ranges()
203 goto end; in test_addr_ranges()
206 goto end; in test_addr_ranges()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp150 std::vector<SemaphoreSp>::iterator end) in createSemaphores()
152 for(std::vector<SemaphoreSp>::iterator it=begin; it!=end; ++it) in createSemaphores()
160 std::vector<CommandBufferSp>::iterator end) in createCommandBuffers()
162 for (std::vector<CommandBufferSp>::iterator it = begin; it != end; ++it) in createCommandBuffers()
179 std::vector<FenceSp>::iterator end) in createFences()
181 for (std::vector<FenceSp>::iterator it = begin; it != end; ++it) in createFences()
197 std::vector<DeviceMemorySp>::iterator end) in allocateDeviceMemory()
199 for (std::vector<DeviceMemorySp>::iterator it = begin; it != end; ++it) in allocateDeviceMemory()
216 std::vector<BufferSp>::iterator end) in createBuffers()
219 for (std::vector<BufferSp>::iterator it = begin; it != end; in createBuffers()
147 createSemaphores(const DeviceInterface& vkd, const VkDevice device, std::vector<SemaphoreSp>::iterator begin, std::vector<SemaphoreSp>::iterator end) createSemaphores() argument
156 createCommandBuffers(const DeviceInterface& vkd, const VkDevice device, const VkCommandPool commandPool, std::vector<CommandBufferSp>::iterator begin, std::vector<CommandBufferSp>::iterator end) createCommandBuffers() argument
176 createFences(const DeviceInterface& vkd, const VkDevice device, std::vector<FenceSp>::iterator begin, std::vector<FenceSp>::iterator end) createFences() argument
193 allocateDeviceMemory(const DeviceInterface& vkd, const VkDevice device, VkDeviceSize size, std::vector<DeviceMemorySp>::iterator begin, std::vector<DeviceMemorySp>::iterator end) allocateDeviceMemory() argument
212 createBuffers(const DeviceInterface& vkd, const VkDevice device, VkDeviceSize size, std::vector<BufferSp>::iterator begin, std::vector<BufferSp>::iterator end) createBuffers() argument
236 createImages(const DeviceInterface& vkd, const VkDevice device, deUint32 size, std::vector<ImageSp>::iterator begin, std::vector<ImageSp>::iterator end) createImages() argument
271 createEvents(const DeviceInterface& vkd, const VkDevice device, std::vector<EventSp>::iterator begin, std::vector<EventSp>::iterator end) createEvents() argument
280 createQueryPools(const DeviceInterface& vkd, const VkDevice device, std::vector<QueryPoolSp>::iterator begin, std::vector<QueryPoolSp>::iterator end) createQueryPools() argument
300 createBufferViews(const DeviceInterface& vkd, const VkDevice device, const VkBuffer buffer, const VkDeviceSize size, std::vector<BufferViewSp>::iterator begin, std::vector<BufferViewSp>::iterator end) createBufferViews() argument
323 createImageViews(const DeviceInterface& vkd, const VkDevice device, const VkImage image, const VkFormat format, std::vector<ImageViewSp>::iterator begin, std::vector<ImageViewSp>::iterator end) createImageViews() argument
348 createPipelineLayouts(const DeviceInterface& vkd, const VkDevice device, std::vector<PipelineLayoutSp>::iterator begin, std::vector<PipelineLayoutSp>::iterator end) createPipelineLayouts() argument
369 createRenderPasses(const DeviceInterface& vkd, const VkDevice device, VkAttachmentDescription* colorAttachment, std::vector<RenderPassSp>::iterator begin, std::vector<RenderPassSp>::iterator end) createRenderPasses() argument
413 createGraphicsPipelines(const DeviceInterface& vkd, const VkDevice device, VkShaderModule vertexShaderModule, VkShaderModule fragmentShaderModule, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, VkDeviceSize poolEntrySize, de::SharedPtr<vk::ResourceInterface> resourceInterface, std::vector<PipelineSp>::iterator begin, std::vector<PipelineSp>::iterator end) createGraphicsPipelines() argument
591 createComputePipelines(const DeviceInterface& vkd, const VkDevice device, VkShaderModule shaderModule, VkPipelineLayout pipelineLayout, VkDeviceSize poolEntrySize, de::SharedPtr<vk::ResourceInterface> resourceInterface, std::vector<PipelineSp>::iterator begin, std::vector<PipelineSp>::iterator end) createComputePipelines() argument
639 createDescriptorSetLayouts(const DeviceInterface& vkd, const VkDevice device, std::vector<DescriptorSetLayoutSp>::iterator begin, std::vector<DescriptorSetLayoutSp>::iterator end) createDescriptorSetLayouts() argument
667 createSamplers(const DeviceInterface& vkd, const VkDevice device, std::vector<SamplerSp>::iterator begin, std::vector<SamplerSp>::iterator end) createSamplers() argument
699 createDescriptorPools(const DeviceInterface& vkd, const VkDevice device, deUint32 maxSets, std::vector<DescriptorPoolSp>::iterator begin, std::vector<DescriptorPoolSp>::iterator end) createDescriptorPools() argument
725 createDescriptorSets(const DeviceInterface& vkd, const VkDevice device, const VkDescriptorPool descriptorPool, const VkDescriptorSetLayout setLayout, std::vector<DescriptorSetSp>::iterator begin, std::vector<DescriptorSetSp>::iterator end) createDescriptorSets() argument
746 createFramebuffers(const DeviceInterface& vkd, const VkDevice device, const VkRenderPass renderPass, const VkImageView imageView, std::vector<FramebufferSp>::iterator begin, std::vector<FramebufferSp>::iterator end) createFramebuffers() argument
772 createCommandPools(const DeviceInterface& vkd, const VkDevice device, std::vector<CommandPoolSp>::iterator begin, std::vector<CommandPoolSp>::iterator end) createCommandPools() argument
790 createSamplerYcbcrConversions(const DeviceInterface& vkd, const VkDevice device, std::vector<SamplerYcbcrConversionSp>::iterator begin, std::vector<SamplerYcbcrConversionSp>::iterator end) createSamplerYcbcrConversions() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp150 std::vector<SemaphoreSp>::iterator end) in createSemaphores()
152 for(std::vector<SemaphoreSp>::iterator it=begin; it!=end; ++it) in createSemaphores()
160 std::vector<CommandBufferSp>::iterator end) in createCommandBuffers()
162 for (std::vector<CommandBufferSp>::iterator it = begin; it != end; ++it) in createCommandBuffers()
179 std::vector<FenceSp>::iterator end) in createFences()
181 for (std::vector<FenceSp>::iterator it = begin; it != end; ++it) in createFences()
197 std::vector<DeviceMemorySp>::iterator end) in allocateDeviceMemory()
199 for (std::vector<DeviceMemorySp>::iterator it = begin; it != end; ++it) in allocateDeviceMemory()
216 std::vector<BufferSp>::iterator end) in createBuffers()
219 for (std::vector<BufferSp>::iterator it = begin; it != end; in createBuffers()
147 createSemaphores(const DeviceInterface& vkd, const VkDevice device, std::vector<SemaphoreSp>::iterator begin, std::vector<SemaphoreSp>::iterator end) createSemaphores() argument
156 createCommandBuffers(const DeviceInterface& vkd, const VkDevice device, const VkCommandPool commandPool, std::vector<CommandBufferSp>::iterator begin, std::vector<CommandBufferSp>::iterator end) createCommandBuffers() argument
176 createFences(const DeviceInterface& vkd, const VkDevice device, std::vector<FenceSp>::iterator begin, std::vector<FenceSp>::iterator end) createFences() argument
193 allocateDeviceMemory(const DeviceInterface& vkd, const VkDevice device, VkDeviceSize size, std::vector<DeviceMemorySp>::iterator begin, std::vector<DeviceMemorySp>::iterator end) allocateDeviceMemory() argument
212 createBuffers(const DeviceInterface& vkd, const VkDevice device, VkDeviceSize size, std::vector<BufferSp>::iterator begin, std::vector<BufferSp>::iterator end) createBuffers() argument
236 createImages(const DeviceInterface& vkd, const VkDevice device, deUint32 size, std::vector<ImageSp>::iterator begin, std::vector<ImageSp>::iterator end) createImages() argument
271 createEvents(const DeviceInterface& vkd, const VkDevice device, std::vector<EventSp>::iterator begin, std::vector<EventSp>::iterator end) createEvents() argument
280 createQueryPools(const DeviceInterface& vkd, const VkDevice device, std::vector<QueryPoolSp>::iterator begin, std::vector<QueryPoolSp>::iterator end) createQueryPools() argument
300 createBufferViews(const DeviceInterface& vkd, const VkDevice device, const VkBuffer buffer, const VkDeviceSize size, std::vector<BufferViewSp>::iterator begin, std::vector<BufferViewSp>::iterator end) createBufferViews() argument
323 createImageViews(const DeviceInterface& vkd, const VkDevice device, const VkImage image, std::vector<ImageViewSp>::iterator begin, std::vector<ImageViewSp>::iterator end) createImageViews() argument
347 createPipelineLayouts(const DeviceInterface& vkd, const VkDevice device, std::vector<PipelineLayoutSp>::iterator begin, std::vector<PipelineLayoutSp>::iterator end) createPipelineLayouts() argument
368 createRenderPasses(const DeviceInterface& vkd, const VkDevice device, VkAttachmentDescription* colorAttachment, std::vector<RenderPassSp>::iterator begin, std::vector<RenderPassSp>::iterator end) createRenderPasses() argument
412 createGraphicsPipelines(const DeviceInterface& vkd, const VkDevice device, VkShaderModule vertexShaderModule, VkShaderModule fragmentShaderModule, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, VkDeviceSize poolEntrySize, de::SharedPtr<vk::ResourceInterface> resourceInterface, std::vector<PipelineSp>::iterator begin, std::vector<PipelineSp>::iterator end) createGraphicsPipelines() argument
590 createComputePipelines(const DeviceInterface& vkd, const VkDevice device, VkShaderModule shaderModule, VkPipelineLayout pipelineLayout, VkDeviceSize poolEntrySize, de::SharedPtr<vk::ResourceInterface> resourceInterface, std::vector<PipelineSp>::iterator begin, std::vector<PipelineSp>::iterator end) createComputePipelines() argument
638 createDescriptorSetLayouts(const DeviceInterface& vkd, const VkDevice device, std::vector<DescriptorSetLayoutSp>::iterator begin, std::vector<DescriptorSetLayoutSp>::iterator end) createDescriptorSetLayouts() argument
666 createSamplers(const DeviceInterface& vkd, const VkDevice device, std::vector<SamplerSp>::iterator begin, std::vector<SamplerSp>::iterator end) createSamplers() argument
698 createDescriptorPools(const DeviceInterface& vkd, const VkDevice device, deUint32 maxSets, std::vector<DescriptorPoolSp>::iterator begin, std::vector<DescriptorPoolSp>::iterator end) createDescriptorPools() argument
724 createDescriptorSets(const DeviceInterface& vkd, const VkDevice device, const VkDescriptorPool descriptorPool, const VkDescriptorSetLayout setLayout, std::vector<DescriptorSetSp>::iterator begin, std::vector<DescriptorSetSp>::iterator end) createDescriptorSets() argument
745 createFramebuffers(const DeviceInterface& vkd, const VkDevice device, const VkRenderPass renderPass, const VkImageView imageView, std::vector<FramebufferSp>::iterator begin, std::vector<FramebufferSp>::iterator end) createFramebuffers() argument
771 createCommandPools(const DeviceInterface& vkd, const VkDevice device, std::vector<CommandPoolSp>::iterator begin, std::vector<CommandPoolSp>::iterator end) createCommandPools() argument
789 createSamplerYcbcrConversions(const DeviceInterface& vkd, const VkDevice device, std::vector<SamplerYcbcrConversionSp>::iterator begin, std::vector<SamplerYcbcrConversionSp>::iterator end) createSamplerYcbcrConversions() argument
[all...]
/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_cached.cpp75 uidStatsInfo.insert(uidStatsInfo.end(), stats_.GetUidStatsInfo().begin(), stats_.GetUidStatsInfo().end()); in GetUidStatsCached()
81 std::transform(stats_.GetUidSimStatsInfo().begin(), stats_.GetUidSimStatsInfo().end(), in GetUidSimStatsCached()
92 uidPushStatsInfo.insert(uidPushStatsInfo.end(), uidPushStatsInfo_.begin(), uidPushStatsInfo_.end()); in GetUidPushStatsCached()
98 uidPushStatsInfo.insert(uidPushStatsInfo.end(), allPushStatsInfo_.begin(), allPushStatsInfo_.end()); in GetAllPushStatsCached()
104 ifaceStatsInfo.insert(ifaceStatsInfo.end(), stats_.GetIfaceStatsInfo().begin(), stats_.GetIfaceStatsInfo().end()); in GetIfaceStatsCached()
131 std::for_each(allInfos.begin(), allInfos.end(), [ in GetKernelStats()
[all...]
/kernel/linux/linux-5.10/drivers/acpi/apei/
H A Dapei-base.c201 int *end) in apei_exec_for_each_entry()
211 if (end) in apei_exec_for_each_entry()
212 *end = i; in apei_exec_for_each_entry()
245 int rc, end; in apei_exec_pre_map_gars() local
248 NULL, &end); in apei_exec_pre_map_gars()
252 ctx_unmap.entries = end; in apei_exec_pre_map_gars()
286 unsigned long end; member
299 unsigned long end = start + size; in apei_res_add() local
301 if (end <= start) in apei_res_add()
305 if (res->start > end || re in apei_res_add()
198 apei_exec_for_each_entry(struct apei_exec_context *ctx, apei_exec_entry_func_t func, void *data, int *end) apei_exec_for_each_entry() argument
[all...]
/kernel/linux/linux-6.6/drivers/acpi/apei/
H A Dapei-base.c198 int *end) in apei_exec_for_each_entry()
208 if (end) in apei_exec_for_each_entry()
209 *end = i; in apei_exec_for_each_entry()
242 int rc, end; in apei_exec_pre_map_gars() local
245 NULL, &end); in apei_exec_pre_map_gars()
249 ctx_unmap.entries = end; in apei_exec_pre_map_gars()
283 unsigned long end; member
296 unsigned long end = start + size; in apei_res_add() local
298 if (end <= start) in apei_res_add()
302 if (res->start > end || re in apei_res_add()
195 apei_exec_for_each_entry(struct apei_exec_context *ctx, apei_exec_entry_func_t func, void *data, int *end) apei_exec_for_each_entry() argument
[all...]
/kernel/linux/linux-6.6/sound/firewire/bebob/
H A Dbebob_stream.c74 goto end; in snd_bebob_stream_get_rate()
82 goto end; in snd_bebob_stream_get_rate()
86 goto end; in snd_bebob_stream_get_rate()
91 end: in snd_bebob_stream_get_rate()
103 goto end; in snd_bebob_stream_set_rate()
108 goto end; in snd_bebob_stream_set_rate()
115 end: in snd_bebob_stream_set_rate()
134 goto end; in snd_bebob_stream_get_clock_src()
142 goto end; in snd_bebob_stream_get_clock_src()
146 goto end; in snd_bebob_stream_get_clock_src()
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Ddumpstack_64.c90 unsigned long begin, end, stk = (unsigned long)stack; in in_exception_stack() local
105 end = begin + sizeof(struct cea_exception_stacks); in in_exception_stack()
107 if (stk < begin || stk >= end) in in_exception_stack()
119 end = begin + (unsigned long)ep->size; in in_exception_stack()
120 regs = (struct pt_regs *)end - 1; in in_exception_stack()
124 info->end = (unsigned long *)end; in in_exception_stack()
131 unsigned long *end = (unsigned long *)this_cpu_read(hardirq_stack_ptr); in in_irq_stack() local
132 unsigned long *begin = end - (IRQ_STACK_SIZE / sizeof(long)); in in_irq_stack()
135 * This is a software stack, so 'end' ca in in_irq_stack()
[all...]
H A De820.c74 * This function checks if any part of the range <start,end> is mapped
78 u64 start, u64 end, enum e820_type type) in _e820__mapped_any()
87 if (entry->addr >= end || entry->addr + entry->size <= start) in _e820__mapped_any()
94 bool e820__mapped_raw_any(u64 start, u64 end, enum e820_type type) in e820__mapped_raw_any() argument
96 return _e820__mapped_any(e820_table_firmware, start, end, type); in e820__mapped_raw_any()
100 bool e820__mapped_any(u64 start, u64 end, enum e820_type type) in e820__mapped_any() argument
102 return _e820__mapped_any(e820_table, start, end, type); in e820__mapped_any()
107 * This function checks if the entire <start,end> range is mapped with 'type'.
112 static struct e820_entry *__e820__mapped_all(u64 start, u64 end, in __e820__mapped_all() argument
124 if (entry->addr >= end || entr in __e820__mapped_all()
77 _e820__mapped_any(struct e820_table *table, u64 start, u64 end, enum e820_type type) _e820__mapped_any() argument
148 e820__mapped_all(u64 start, u64 end, enum e820_type type) e820__mapped_all() argument
156 e820__get_entry_type(u64 start, u64 end) e820__get_entry_type() argument
429 u64 end = start + size - 1; __append_e820_table() local
465 u64 end; __e820__range_update() local
544 u64 end; e820__range_remove() local
629 unsigned long long end = start + e820_table->entries[i].size; e820_search_gap() local
1158 u64 end; e820__reserve_resources() local
1240 u64 start, end; e820__reserve_resources_late() local
1317 u64 end; e820__memblock_setup() local
[all...]
/third_party/cups-filters/filter/pdftopdf/
H A Dintervalset.cc15 void IntervalSet::add(key_t start,key_t end) // {{{ in add() argument
17 if (start<end) { in add()
18 data.push_back(std::make_pair(start,end)); in add()
25 data_t::iterator it=data.begin(),end=data.end(),pos=it; in finish() local
26 if (it==end) { in finish()
30 std::sort(it,end); in finish()
34 if (it==end) { in finish()
48 data.erase(pos,data.end()); in finish()
54 data_t::const_iterator it=std::upper_bound(data.begin(),data.end(),st in contains()
[all...]
/kernel/linux/linux-5.10/arch/s390/boot/
H A Dkaslr.c104 * 3.2. memory reserved at the end for kasan initialization.
110 * 2. mem_detect memory region start is THREAD_SIZE aligned / end is PAGE_SIZE
122 * (end - start - kernel_size) / THREAD_SIZE + 1
131 unsigned long start, end, pos = 0; in count_valid_kernel_positions() local
134 for_each_mem_detect_block(i, &start, &end) { in count_valid_kernel_positions()
135 if (_min >= end) in count_valid_kernel_positions()
140 end = min(_max, end); in count_valid_kernel_positions()
141 if (end - start < kernel_size) in count_valid_kernel_positions()
143 pos += (end in count_valid_kernel_positions()
152 unsigned long start, end; position_to_address() local
[all...]
/third_party/libphonenumber/tools/cpp/src/cpp-build/
H A Dgenerate_geocoding_data.cc113 // readdir() call. NULL is the return value when the end of the directory in ListDirectory()
177 vector<char>::iterator begin, end, sep; in ParsePrefixes() local
182 end = std::find(begin, buffer.end(), '\0'); in ParsePrefixes()
183 if (end == begin) { in ParsePrefixes()
186 --end; in ParsePrefixes()
187 if (*end != '\n' && !feof(input)) { in ParsePrefixes()
188 // A line without LF can only happen at the end of file. in ParsePrefixes()
193 for (; begin != end && std::isspace(*begin); ++begin) {} in ParsePrefixes()
194 for (; end ! in ParsePrefixes()
511 string::const_iterator begin = input.begin(), end = begin; ReplaceAll() local
[all...]
/third_party/pulseaudio/speex/libspeexdsp/
H A Decho_diagnostic.m6 % recording 'rec_file' using the far end signal 'play_file' using
28 end
29 printf ("Far end to near end delay is %d samples\n", b);
31 printf ('This is too much delay, try delaying the far-end signal a bit\n');
36 end
37 end
38 end
41 corr2 = real(ifft(fft(rec(N2+1:end)).*conj(fft(play(N2+1:end)))));
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c366 u32 start, end; member
370 { .start = 0x00a00000, .end = 0x00a00000 },
371 { .start = 0x00a0000c, .end = 0x00a00024 },
372 { .start = 0x00a0002c, .end = 0x00a0003c },
373 { .start = 0x00a00410, .end = 0x00a00418 },
374 { .start = 0x00a00420, .end = 0x00a00420 },
375 { .start = 0x00a00428, .end = 0x00a00428 },
376 { .start = 0x00a00430, .end = 0x00a0043c },
377 { .start = 0x00a00444, .end = 0x00a00444 },
378 { .start = 0x00a004c0, .end
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c307 u32 start, end; member
311 { .start = 0x00a00000, .end = 0x00a00000 },
312 { .start = 0x00a0000c, .end = 0x00a00024 },
313 { .start = 0x00a0002c, .end = 0x00a0003c },
314 { .start = 0x00a00410, .end = 0x00a00418 },
315 { .start = 0x00a00420, .end = 0x00a00420 },
316 { .start = 0x00a00428, .end = 0x00a00428 },
317 { .start = 0x00a00430, .end = 0x00a0043c },
318 { .start = 0x00a00444, .end = 0x00a00444 },
319 { .start = 0x00a004c0, .end
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dmutable_span_string.cpp32 for (auto it = spans_.begin(); it != spans_.end();) { in SplitSpansByNewLine()
42 auto end = start + length; in RemoveSpans() local
43 ChangeStartAndEndToCorrectNum(start, end); in RemoveSpans()
44 length = end - start; in RemoveSpans()
68 auto end = start + length; in RemoveSpecialSpans() local
69 ChangeStartAndEndToCorrectNum(start, end); in RemoveSpecialSpans()
70 length = end - start; in RemoveSpecialSpans()
77 if (start <= spanIndex && spanIndex < end) { in RemoveSpecialSpans()
95 auto end = start + length; in ReplaceSpan() local
96 ChangeStartAndEndToCorrectNum(start, end); in ReplaceSpan()
121 int32_t end = start + length; ApplyReplaceStringToSpans() local
136 auto end = start + length; HandleSpanOperation() local
192 int32_t end = start + length; ApplyReplaceStringToSpanBase() local
203 ProcessSpanBaseList(std::list<RefPtr<SpanBase>>& spans, int32_t start, int32_t end, const std::string& other, SpanStringOperation op, SpanType spanType) ProcessSpanBaseList() argument
255 auto end = start + length; ReplaceString() local
375 auto end = start + length; RemoveString() local
418 auto end = start + length; ReplaceSpanString() local
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H A De820.c74 * This function checks if any part of the range <start,end> is mapped
78 u64 start, u64 end, enum e820_type type) in _e820__mapped_any()
87 if (entry->addr >= end || entry->addr + entry->size <= start) in _e820__mapped_any()
94 bool e820__mapped_raw_any(u64 start, u64 end, enum e820_type type) in e820__mapped_raw_any() argument
96 return _e820__mapped_any(e820_table_firmware, start, end, type); in e820__mapped_raw_any()
100 bool e820__mapped_any(u64 start, u64 end, enum e820_type type) in e820__mapped_any() argument
102 return _e820__mapped_any(e820_table, start, end, type); in e820__mapped_any()
107 * This function checks if the entire <start,end> range is mapped with 'type'.
112 static struct e820_entry *__e820__mapped_all(u64 start, u64 end, in __e820__mapped_all() argument
124 if (entry->addr >= end || entr in __e820__mapped_all()
77 _e820__mapped_any(struct e820_table *table, u64 start, u64 end, enum e820_type type) _e820__mapped_any() argument
148 e820__mapped_all(u64 start, u64 end, enum e820_type type) e820__mapped_all() argument
156 e820__get_entry_type(u64 start, u64 end) e820__get_entry_type() argument
429 u64 end = start + size - 1; __append_e820_table() local
465 u64 end; __e820__range_update() local
544 u64 end; e820__range_remove() local
629 unsigned long long end = start + e820_table->entries[i].size; e820_search_gap() local
1160 u64 end; e820__reserve_resources() local
1242 u64 start, end; e820__reserve_resources_late() local
1319 u64 end; e820__memblock_setup() local
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_http.c164 static nghttp3_ssize sf_parse_key(const uint8_t *begin, const uint8_t *end) { in sf_parse_key() argument
171 for (; p != end && SF_KEY_CHARS[*p]; ++p) in sf_parse_key()
179 const uint8_t *end) { in sf_parse_integer_or_decimal()
189 if (++p == end) { in sf_parse_integer_or_decimal()
200 for (; p != end; ++p) { in sf_parse_integer_or_decimal()
324 const uint8_t *begin, const uint8_t *end) { in sf_parse_string()
331 for (; p != end; ++p) { in sf_parse_string()
334 if (++p == end) { in sf_parse_string()
424 const uint8_t *begin, const uint8_t *end) { in sf_parse_token()
431 for (; p != end in sf_parse_token()
177 sf_parse_integer_or_decimal(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_integer_or_decimal() argument
323 sf_parse_string(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_string() argument
423 sf_parse_token(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_token() argument
499 sf_parse_byteseq(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_byteseq() argument
530 sf_parse_boolean(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_boolean() argument
563 sf_parse_bare_item(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_bare_item() argument
605 sf_parse_params(const uint8_t *begin, const uint8_t *end) sf_parse_params() argument
638 sf_parse_item(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_item() argument
660 nghttp3_sf_parse_item(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) nghttp3_sf_parse_item() argument
665 sf_parse_inner_list(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_inner_list() argument
708 nghttp3_sf_parse_inner_list(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) nghttp3_sf_parse_inner_list() argument
714 sf_parse_item_or_inner_list(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_item_or_inner_list() argument
746 const uint8_t *p = value, *end = value + valuelen; nghttp3_http_parse_priority() local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/lib/
H A Drestart_table.c6 unsigned long end; member
11 unsigned long end; member
28 unsigned long end = smte->end; in search_kernel_soft_mask_table() local
30 if (addr >= start && addr < end) in search_kernel_soft_mask_table()
46 unsigned long end = rte->end; in search_kernel_restart_table() local
49 if (addr >= start && addr < end) in search_kernel_restart_table()
/kernel/linux/linux-5.10/include/linux/
H A Dcirc_buf.h23 /* Return count up to the end of the buffer. Carefully avoid
27 ({int end = (size) - (tail); \
28 int n = ((head) + end) & ((size)-1); \
29 n < end ? n : end;})
31 /* Return space available up to the end of the buffer. */
33 ({int end = (size) - 1 - (head); \
34 int n = (end + (tail)) & ((size)-1); \
35 n <= end ? n : end
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dcirc_buf.h23 /* Return count up to the end of the buffer. Carefully avoid
27 ({int end = (size) - (tail); \
28 int n = ((head) + end) & ((size)-1); \
29 n < end ? n : end;})
31 /* Return space available up to the end of the buffer. */
33 ({int end = (size) - 1 - (head); \
34 int n = (end + (tail)) & ((size)-1); \
35 n <= end ? n : end
[all...]
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dkasan_init.c39 unsigned long end, bool early) in kasan_pte_populate()
82 } while (ptep++, addr = next, addr != end); in kasan_pte_populate()
89 unsigned long end, bool early) in kasan_pmd_populate()
113 next = pmd_addr_end(addr, end); in kasan_pmd_populate()
115 } while (pmdp++, addr = next, addr != end); in kasan_pmd_populate()
118 static void __init kasan_pgd_populate(unsigned long addr, unsigned long end, in kasan_pgd_populate() argument
144 next = pgd_addr_end(addr, end); in kasan_pgd_populate()
154 } while (pgdp++, addr = next, addr != end); in kasan_pgd_populate()
184 unsigned long end) in clear_pgds()
186 for (; start && start < end; star in clear_pgds()
38 kasan_pte_populate(pmd_t *pmdp, unsigned long addr, unsigned long end, bool early) kasan_pte_populate() argument
88 kasan_pmd_populate(pud_t *pudp, unsigned long addr, unsigned long end, bool early) kasan_pmd_populate() argument
183 clear_pgds(unsigned long start, unsigned long end) clear_pgds() argument
190 create_mapping(void *start, void *end) create_mapping() argument
244 void *end = __va(pa_end); kasan_init() local
[all...]
/kernel/linux/linux-5.10/arch/mips/bcm63xx/
H A Ddev-enet.c49 .end = -1, /* filled at runtime */
54 .end = -1, /* filled at runtime */
59 .end = -1, /* filled at runtime */
78 .end = -1, /* filled at runtime */
112 .end = -1, /* filled at runtime */
145 /* start & end filled at runtime */
181 shared_res[0].end = shared_res[0].start; in register_shared()
183 shared_res[0].end += (RSET_6345_ENETDMA_SIZE) - 1; in register_shared()
185 shared_res[0].end += (RSET_ENETDMA_SIZE) - 1; in register_shared()
195 shared_res[1].end in register_shared()
[all...]
/kernel/linux/linux-6.6/arch/mips/bcm63xx/
H A Ddev-enet.c49 .end = -1, /* filled at runtime */
54 .end = -1, /* filled at runtime */
59 .end = -1, /* filled at runtime */
78 .end = -1, /* filled at runtime */
112 .end = -1, /* filled at runtime */
145 /* start & end filled at runtime */
181 shared_res[0].end = shared_res[0].start; in register_shared()
183 shared_res[0].end += (RSET_6345_ENETDMA_SIZE) - 1; in register_shared()
185 shared_res[0].end += (RSET_ENETDMA_SIZE) - 1; in register_shared()
195 shared_res[1].end in register_shared()
[all...]

Completed in 21 milliseconds

1...<<11121314151617181920>>...974