Searched refs:end (Results 1 - 25 of 206) sorted by relevance

123456789

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/
H A Dboolhuff_arm.c37 const unsigned char *end,
40 return validate_buffer(start, len, end, error);
35 vp8_validate_buffer_arm(const unsigned char *start, size_t len, const unsigned char *end, struct vpx_internal_error_info *error) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/
H A Dhmm_grow.c18 void U(grow_chunk)(U(descriptor) *desc, void *end, U(size_bau) n_baus) { variable
20 #define HEAD_PTR ((head_record *) end)
22 end = BAUS_BACKWARD(end, DUMMY_END_BLOCK_BAUS);
27 /* Chunk does not have valid dummy end block. */
32 /* Create a new block that absorbs the old dummy end block. */
35 /* Set up the new dummy end block. */
37 head_record *dummy = (head_record *) BAUS_FORWARD(end, n_baus);
46 U(free)(desc, HEAD_TO_PTR_REC(end));
/hardware/libhardware/modules/input/evdev/
H A DBitUtils.cpp38 bool testBitInRange(const uint8_t arr[], size_t start, size_t end) { argument
40 ALOGD("testBitInRange(%d, %d)", start, end);
43 if (end <= start) return false;
45 // Find byte array indices. The end is not included in the range, nor is
48 size_t endIndex = (end + 7) / 8;
63 // Mask off bits after our end bit
64 if (i == endIndex - 1 && (end % 8)) {
65 mask &= 0xff >> (8 - (end % 8));
H A DBitUtils.h24 /** Test whether any bits in the interval [start, end) are set in the array. */
25 bool testBitInRange(const uint8_t arr[], size_t start, size_t end);
/hardware/libhardware/tests/input/evdev/
H A DBitUtils_test.cpp68 for (int end = start + 1; end <= 24; ++end) {
69 if (start > 16 || end <= 11 || (start > 11 && end <= 16)) {
70 EXPECT_FALSE(testBitInRange(arr, start, end))
71 << "range = (" << start << ", " << end << ")"; local
73 EXPECT_TRUE(testBitInRange(arr, start, end))
74 << "range = (" << start << ", " << end << ")"; local
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_dual_test.c90 goto end;
95 goto end;
102 goto end;
108 goto end;
114 goto end;
122 goto end;
130 goto end;
138 goto end;
144 goto end;
151 goto end;
[all...]
/hardware/bsp/intel/peripheral/libmraa/examples/
H A Dhelloedison.c41 goto end;
50 goto end;
65 end:
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Dvpx_timer.h49 LARGE_INTEGER begin, end; member in struct:vpx_usec_timer
51 struct timeval begin, end;
69 QueryPerformanceCounter(&t->end);
71 gettimeofday(&t->end, NULL);
81 diff.QuadPart = t->end.QuadPart - t->begin.QuadPart;
88 timersub(&t->end, &t->begin, &diff);
H A Dmem_ops_aligned.h46 #define mem_get_ne_aligned_generic(end,sz) \
47 static unsigned MEM_VALUE_T mem_get_##end##sz##_aligned(const void *vmem) {\
52 #define mem_get_sne_aligned_generic(end,sz) \
53 static signed MEM_VALUE_T mem_get_s##end##sz##_aligned(const void *vmem) {\
58 #define mem_get_se_aligned_generic(end,sz) \
59 static unsigned MEM_VALUE_T mem_get_##end##sz##_aligned(const void *vmem) {\
66 #define mem_get_sse_aligned_generic(end,sz) \
67 static signed MEM_VALUE_T mem_get_s##end##sz##_aligned(const void *vmem) {\
74 #define mem_put_ne_aligned_generic(end,sz) \
75 static void mem_put_##end##s
[all...]
/hardware/intel/common/libva/va/x11/
H A Dva_fglrx.c151 goto end;
157 goto end;
162 goto end;
167 goto end;
172 goto end;
177 goto end;
180 goto end;
184 goto end;
186 goto end;
191 goto end;
[all...]
H A Dva_nvctrl.c373 char *end, *str = nvidia_driver_version; local
374 unsigned long v = strtoul(str, &end, 10);
375 if (end && end != str) {
378 if (*(str = end) == '.') {
379 v = strtoul(str + 1, &end, 10);
380 if (end && end != str && (*end == '.' || *end
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dviddec_pm_utils_list.c67 we store start and end position on each ES buffer to make the data look linear.
69 end-1 represents linear offset of last byte in list.
74 uint32_t start=0, end=0; local
78 end = list->sc_ibuf[0].len - list->start_offset;
79 if((int32_t)end >= list->total_bytes) end = list->total_bytes;
81 list->data[items].edpos = end;
83 while((int32_t)end < list->total_bytes)
85 start = end;
86 end
128 viddec_pm_utils_list_emit_slice_tags(viddec_pm_utils_list_t *list, uint32_t start, uint32_t end, viddec_emitter *emitter, uint32_t is_cur_wkld, viddec_workload_item_t *wi) argument
[all...]
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Dgrovemd-stepper.js55 function end() function
88 setTimeout(end, 3000);
H A Dgrovemd.js53 function end() function
87 setTimeout(end, 3000);
/hardware/ril/reference-ril/
H A Dat_tok.c111 char *end; local
114 l = strtoul(ret, &end, base);
116 l = strtol(ret, &end, base);
120 if (end == ret) {
/hardware/ti/omap4-aah/
H A Dmapinfo.h7 unsigned end; member in struct:mapinfo
H A Dmapinfo.c11 while (p <= end) {
39 mi->end = strtoul(line + 9, 0, 16);
83 if((pc >= mi->start) && (pc < mi->end)){
96 if((pc >= mi->start) && (pc < mi->end)){
/hardware/ti/omap4xxx/
H A Dmapinfo.h7 unsigned end; member in struct:mapinfo
H A Dmapinfo.c11 while (p <= end) {
39 mi->end = strtoul(line + 9, 0, 16);
83 if((pc >= mi->start) && (pc < mi->end)){
96 if((pc >= mi->start) && (pc < mi->end)){
/hardware/ti/omap4-aah/security/smc_pa_ctrl/
H A Dsmc_pa_ctrl_linux.c176 goto end;
184 goto end;
191 goto end;
205 goto end;
219 goto end;
228 end:
260 goto end;
269 goto end;
274 end:
/hardware/ti/omap4xxx/security/smc_pa_ctrl/
H A Dsmc_pa_ctrl_linux.c176 goto end;
184 goto end;
191 goto end;
205 goto end;
219 goto end;
228 end:
260 goto end;
269 goto end;
274 end:
/hardware/akm/AK8975_FS/akmdfs/
H A DAKFS_Measure.h51 const struct timespec* end,
/hardware/libhardware/modules/camera/
H A DVendorTags.cpp44 uint32_t end; member in struct:default_camera_hal::__anon1893::Section
117 if (tag >= section->end) {
131 mTagCount += DemoSections[i].end - DemoSections[i].start;
153 tag < DemoSections[i].end; tag++) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_fast_quantize_b_armv6.asm109 beq end ; skip eob calculations if all zero
134 bne end
139 bne end
145 bne end
151 bne end
156 bne end
162 bne end
167 bne end
173 bne end
178 bne end
[all...]
/hardware/intel/bootstub/
H A Dsfi.c96 unsigned long long start, end, size; local
119 end = start + size;
121 if (start > end)

Completed in 1198 milliseconds

123456789