OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:segment_t
(Results
1 - 8
of
8
) sorted by null
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
segment.h
40
typedef struct segment
segment_t
;
typedef in typeref:struct:segment
segment.c
88
gcp->seglist = calloc(MAX_SEGMENTS + 1, sizeof(
segment_t
*));
95
static
segment_t
*new_segment(void)
98
segment_t
*segp = (
segment_t
*) calloc(1, sizeof(
segment_t
));
109
static
segment_t
*get_seg_slot(void)
112
segment_t
*segp, **segpp;
144
static void unmap_segment(
segment_t
* segp)
173
static void free_seg_slot(
segment_t
* segp)
204
segment_t
*segp, **segpp
[
all
...]
memtoy.h
56
segment_t
**seglist; /* list of known segments */
57
segment_t
*seg_avail; /* an available segment */
/frameworks/av/services/camera/libcameraservice/api1/client2/
JpegProcessor.cpp
323
}
segment_t
;
typedef in namespace:android::camera2
378
segment_t
*segment = (
segment_t
*)(jpegBuffer + size);
384
if (type == EOI || size > maxSize - sizeof(
segment_t
)) {
/frameworks/av/services/camera/libcameraservice/tests/
NV12Compressor.cpp
283
segment_t
*segment = (
segment_t
*)(jpegBuffer + *size);
288
if (type == kEndOfImage || *size > maxSize - sizeof(
segment_t
)) {
NV12Compressor.h
91
struct __attribute__((packed))
segment_t
{
struct in class:NV12Compressor
/external/autotest/client/site_tests/firmware_TouchMTB/
mtb.py
[
all
...]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/
mtb_unittest.py
616
segment_t
, segment_coord = mtb_packets.get_segments(
618
self.assertEqual(
segment_t
, expected_segment_t)
Completed in 552 milliseconds