Searched defs:end (Results 1 - 25 of 72) sorted by relevance

123

/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/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/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/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/ti/omap4-aah/
H A Dmapinfo.h7 unsigned end; member in struct:mapinfo
/hardware/ti/omap4xxx/
H A Dmapinfo.h7 unsigned end; member in struct:mapinfo
/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);
/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 DInputDevice.cpp102 char* end; local
103 int value = std::strtol(propValue, &end, 10);
104 if (*end != '\0') {
/hardware/intel/bootstub/
H A Dsfi.c96 unsigned long long start, end, size; local
119 end = start + size;
121 if (start > end)
/hardware/qcom/display/msm8084/libqdutils/
H A Dcb_utils.cpp82 Region::const_iterator const end = wormholeRegion.end(); member in class:qdutils::Region
83 while (it != end) {
/hardware/qcom/display/msm8226/libqdutils/
H A Dcb_utils.cpp82 Region::const_iterator const end = wormholeRegion.end(); member in class:qdutils::Region
83 while (it != end) {
/hardware/qcom/display/msm8994/libqdutils/
H A Dcb_utils.cpp84 Region::const_iterator const end = wormholeRegion.end(); member in class:qdutils::Region
85 while (it != end) {
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dblit_engine_c2d.h89 int end; member in struct:sdm::BlitEngineC2d::Range
/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/bsp/intel/peripheral/libmraa/src/aio/
H A Daio.c159 char* end; local
160 unsigned int analog_value = (unsigned int) strtoul(buffer, &end, 10);
161 if (end == &buffer[0]) {
/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...]
H A Dutils.c243 uint32_t get_total_ticks(uint32_t start, uint32_t end) argument
247 value = (start-end) + (start*timer);
250 value = end-start;/* convert to 1 MHz clocks */
H A Dviddec_pm_parser_ops.c9 extern void 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);
142 int32_t viddec_pm_append_misc_tags(void *parent, uint32_t start, uint32_t end, viddec_workload_item_t *wi, uint32_t using_next) argument
148 if (end == VIDDEC_PARSE_INVALID_POS) end = (cxt->list.total_bytes -1);
149 viddec_pm_utils_list_emit_slice_tags(&(cxt->list), start, end, &(cxt->emitter), using_next, wi);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dboolhuff.h55 const unsigned char *end,
58 if (start + len > start && start + len < end)
53 validate_buffer(const unsigned char *start, size_t len, const unsigned char *end, struct vpx_internal_error_info *error) argument
/hardware/qcom/display/msm8909/libqdutils/
H A Dcb_utils.cpp109 Region::const_iterator const end = wormholeRegion.end(); member in class:qdutils::Region
110 while (it != end) {
/hardware/akm/AK8975_FS/akmdfs/
H A DAKFS_Measure.c148 This function calculates "minimum - (end - start)".
150 @param end The time of after execution.
155 const struct timespec* end,
166 endL = (end->tv_sec * 1000000000) + end->tv_nsec;
154 AKFS_CalcSleep( const struct timespec* end, const struct timespec* start, const int64_t minimum ) argument
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
H A DLogDumpHelper.h70 const uint8_t* end = start + size ; local
72 while (byte < end && s < send)
/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++) {

Completed in 3715 milliseconds

123