OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:array_size
(Results
26 - 50
of
355
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_sctp.h
55
#define SCTP_CHUNKMAP_RESET(chunkmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) chunkmap[i] = 0; } while (0)
57
#define SCTP_CHUNKMAP_SET_ALL(chunkmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) chunkmap[i] = ~0; } while (0)
59
#define SCTP_CHUNKMAP_COPY(destmap, srcmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) destmap[i] = srcmap[i]; } while (0)
61
#define SCTP_CHUNKMAP_IS_CLEAR(chunkmap) ({ int i; int flag = 1; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) { if (chunkmap[i]) { flag = 0; break; } } flag; })
63
#define SCTP_CHUNKMAP_IS_ALL_SET(chunkmap) ({ int i; int flag = 1; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) { if (chunkmap[i] != ~0) { flag = 0; break; } } flag; })
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_sctp.h
55
#define SCTP_CHUNKMAP_RESET(chunkmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) chunkmap[i] = 0; } while (0)
57
#define SCTP_CHUNKMAP_SET_ALL(chunkmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) chunkmap[i] = ~0; } while (0)
59
#define SCTP_CHUNKMAP_COPY(destmap, srcmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) destmap[i] = srcmap[i]; } while (0)
61
#define SCTP_CHUNKMAP_IS_CLEAR(chunkmap) ({ int i; int flag = 1; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) { if (chunkmap[i]) { flag = 0; break; } } flag; })
63
#define SCTP_CHUNKMAP_IS_ALL_SET(chunkmap) ({ int i; int flag = 1; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) { if (chunkmap[i] != ~0) { flag = 0; break; } } flag; })
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_sctp.h
55
#define SCTP_CHUNKMAP_RESET(chunkmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) chunkmap[i] = 0; } while (0)
57
#define SCTP_CHUNKMAP_SET_ALL(chunkmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) chunkmap[i] = ~0; } while (0)
59
#define SCTP_CHUNKMAP_COPY(destmap, srcmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) destmap[i] = srcmap[i]; } while (0)
61
#define SCTP_CHUNKMAP_IS_CLEAR(chunkmap) ({ int i; int flag = 1; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) { if (chunkmap[i]) { flag = 0; break; } } flag; })
63
#define SCTP_CHUNKMAP_IS_ALL_SET(chunkmap) ({ int i; int flag = 1; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) { if (chunkmap[i] != ~0) { flag = 0; break; } } flag; })
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_sctp.h
55
#define SCTP_CHUNKMAP_RESET(chunkmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) chunkmap[i] = 0; } while (0)
57
#define SCTP_CHUNKMAP_SET_ALL(chunkmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) chunkmap[i] = ~0; } while (0)
59
#define SCTP_CHUNKMAP_COPY(destmap, srcmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) destmap[i] = srcmap[i]; } while (0)
61
#define SCTP_CHUNKMAP_IS_CLEAR(chunkmap) ({ int i; int flag = 1; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) { if (chunkmap[i]) { flag = 0; break; } } flag; })
63
#define SCTP_CHUNKMAP_IS_ALL_SET(chunkmap) ({ int i; int flag = 1; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) { if (chunkmap[i] != ~0) { flag = 0; break; } } flag; })
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_sctp.h
55
#define SCTP_CHUNKMAP_RESET(chunkmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) chunkmap[i] = 0; } while (0)
57
#define SCTP_CHUNKMAP_SET_ALL(chunkmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) chunkmap[i] = ~0; } while (0)
59
#define SCTP_CHUNKMAP_COPY(destmap, srcmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) destmap[i] = srcmap[i]; } while (0)
61
#define SCTP_CHUNKMAP_IS_CLEAR(chunkmap) ({ int i; int flag = 1; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) { if (chunkmap[i]) { flag = 0; break; } } flag; })
63
#define SCTP_CHUNKMAP_IS_ALL_SET(chunkmap) ({ int i; int flag = 1; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) { if (chunkmap[i] != ~0) { flag = 0; break; } } flag; })
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_sctp.h
55
#define SCTP_CHUNKMAP_RESET(chunkmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) chunkmap[i] = 0; } while (0)
57
#define SCTP_CHUNKMAP_SET_ALL(chunkmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) chunkmap[i] = ~0; } while (0)
59
#define SCTP_CHUNKMAP_COPY(destmap, srcmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) destmap[i] = srcmap[i]; } while (0)
61
#define SCTP_CHUNKMAP_IS_CLEAR(chunkmap) ({ int i; int flag = 1; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) { if (chunkmap[i]) { flag = 0; break; } } flag; })
63
#define SCTP_CHUNKMAP_IS_ALL_SET(chunkmap) ({ int i; int flag = 1; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) { if (chunkmap[i] != ~0) { flag = 0; break; } } flag; })
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_sctp.h
55
#define SCTP_CHUNKMAP_RESET(chunkmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) chunkmap[i] = 0; } while (0)
57
#define SCTP_CHUNKMAP_SET_ALL(chunkmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) chunkmap[i] = ~0; } while (0)
59
#define SCTP_CHUNKMAP_COPY(destmap, srcmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) destmap[i] = srcmap[i]; } while (0)
61
#define SCTP_CHUNKMAP_IS_CLEAR(chunkmap) ({ int i; int flag = 1; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) { if (chunkmap[i]) { flag = 0; break; } } flag; })
63
#define SCTP_CHUNKMAP_IS_ALL_SET(chunkmap) ({ int i; int flag = 1; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) { if (chunkmap[i] != ~0) { flag = 0; break; } } flag; })
/external/icu4c/samples/layout/
arraymem.h
12
#define
ARRAY_SIZE
(array) (sizeof array / sizeof array[0])
/external/iptables/extensions/
libxt_CT.c
109
info->ct_events = ct_parse_events(ct_event_tbl,
ARRAY_SIZE
(ct_event_tbl), cb->arg);
112
info->exp_events = ct_parse_events(exp_event_tbl,
ARRAY_SIZE
(exp_event_tbl), cb->arg);
129
ARRAY_SIZE
(ct_event_tbl), info->ct_events);
132
ARRAY_SIZE
(exp_event_tbl), info->exp_events);
148
ARRAY_SIZE
(ct_event_tbl), info->ct_events);
151
ARRAY_SIZE
(exp_event_tbl), info->exp_events);
dscp_helper.c
54
for (i = 0; i <
ARRAY_SIZE
(ds_classes); i++) {
71
for (i = 0; i <
ARRAY_SIZE
(ds_classes); ++i)
libip6t_REJECT.c
48
for (i = 0; i <
ARRAY_SIZE
(reject_table); ++i) {
85
for (i = 0; i <
ARRAY_SIZE
(reject_table); ++i)
104
for (i = 0; i <
ARRAY_SIZE
(reject_table); ++i)
116
for (i = 0; i <
ARRAY_SIZE
(reject_table); ++i)
libip6t_ipv6header.c
75
for (i = 0; i <
ARRAY_SIZE
(chain_protos); ++i)
92
for (i = 0; i <
ARRAY_SIZE
(chain_protos); ++i)
98
if (i ==
ARRAY_SIZE
(chain_protos))
111
for (i = 0; i <
ARRAY_SIZE
(chain_flags); ++i)
117
if (i ==
ARRAY_SIZE
(chain_flags))
libxt_pkttype.c
43
for (i = 0; i <
ARRAY_SIZE
(supported_types); ++i)
67
for (i = 0; i <
ARRAY_SIZE
(supported_types); ++i)
91
for (i = 0; i <
ARRAY_SIZE
(supported_types); ++i)
/external/mesa3d/src/glsl/
ast_type.cpp
42
if (
array_size
) {
43
array_size
->print();
52
is_array(false),
array_size
(NULL), precision(ast_precision_high)
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXSceneModeTables.h
31
#ifndef
ARRAY_SIZE
32
#define
ARRAY_SIZE
(array) (sizeof((array)) / sizeof((array)[0]))
243
{ "S5K4E1GA", S5K4E1GA_SceneModesLUT,
ARRAY_SIZE
(S5K4E1GA_SceneModesLUT)},
244
{ "S5K6A1GX03", S5K6A1GX03_SceneModesLUT,
ARRAY_SIZE
(S5K6A1GX03_SceneModesLUT)},
/external/libyuv/files/source/
video_common.cc
18
#define
ARRAY_SIZE
(x) (static_cast<int>((sizeof(x)/sizeof(x[0]))))
39
for (int i = 0; i <
ARRAY_SIZE
(kFourCCAliases); ++i) {
/bionic/libc/kernel/common/linux/netfilter_ipv4/
ipt_sctp.h
55
#define SCTP_CHUNKMAP_RESET(chunkmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) chunkmap[i] = 0; } while (0)
56
#define SCTP_CHUNKMAP_SET_ALL(chunkmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) chunkmap[i] = ~0; } while (0)
57
#define SCTP_CHUNKMAP_COPY(destmap, srcmap) do { int i; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) destmap[i] = srcmap[i]; } while (0)
59
#define SCTP_CHUNKMAP_IS_CLEAR(chunkmap) ({ int i; int flag = 1; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) { if (chunkmap[i]) { flag = 0; break; } } flag; })
60
#define SCTP_CHUNKMAP_IS_ALL_SET(chunkmap) ({ int i; int flag = 1; for (i = 0; i <
ARRAY_SIZE
(chunkmap); i++) { if (chunkmap[i] != ~0) { flag = 0; break; } } flag; })
/external/icu4c/test/letest/
letest.h
25
#define
ARRAY_SIZE
(array) (sizeof array / sizeof array[0])
/external/iptables/include/linux/netfilter/
xt_sctp.h
68
__sctp_chunkmap_is_clear((chunkmap),
ARRAY_SIZE
(chunkmap))
80
__sctp_chunkmap_is_all_set((chunkmap),
ARRAY_SIZE
(chunkmap))
/external/libselinux/src/
label.c
17
#define
ARRAY_SIZE
(x) (sizeof(x) / sizeof((x)[0]))
69
if (backend >=
ARRAY_SIZE
(initfuncs)) {
/hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp
212
size_t length_cam =
ARRAY_SIZE
(cameras);
233
size_t length_previewSize =
ARRAY_SIZE
(previewSize);
255
size_t lenght_Vcapture_size =
ARRAY_SIZE
(VcaptureSize);
272
size_t length_capture_Size =
ARRAY_SIZE
(captureSize);
280
size_t length_outformat =
ARRAY_SIZE
(outputFormat);
288
size_t length_video_Codecs =
ARRAY_SIZE
(videoCodecs);
298
size_t length_audio_Codecs =
ARRAY_SIZE
(audioCodecs);
319
size_t length_V_bitRate =
ARRAY_SIZE
(VbitRate);
332
size_t length_Zoom =
ARRAY_SIZE
(zoom);
341
size_t length_fps_ranges =
ARRAY_SIZE
(fpsRanges)
[
all
...]
/external/chromium/third_party/libjingle/source/talk/base/
win32filesystem.cc
217
if (!::GetTempPath(
ARRAY_SIZE
(buffer), buffer))
220
!::GetLongPathName(buffer, buffer,
ARRAY_SIZE
(buffer)))
224
len += strcpyn(buffer + len,
ARRAY_SIZE
(buffer) - len, L"\\");
226
if (len >=
ARRAY_SIZE
(buffer) - 1)
315
if (!::GetTempPath(
ARRAY_SIZE
(buffer), buffer))
318
!::GetLongPathName(buffer, buffer,
ARRAY_SIZE
(buffer)))
357
if (0 == ::GetModuleFileName(NULL, buffer,
ARRAY_SIZE
(buffer)))
371
!::GetLongPathName(buffer, buffer,
ARRAY_SIZE
(buffer)))
373
size_t len = strcatn(buffer,
ARRAY_SIZE
(buffer), __T("\\"));
374
len += strcpyn(buffer + len,
ARRAY_SIZE
(buffer) - len
[
all
...]
/external/bluetooth/bluez/audio/
ipc.c
25
#define
ARRAY_SIZE
(arr) (sizeof(arr) / sizeof((arr)[0]))
121
if (type >=
ARRAY_SIZE
(strtypes))
129
if (name >=
ARRAY_SIZE
(strnames))
/external/icu4c/test/cintltst/
stdnmtst.c
21
#define
ARRAY_SIZE
(array) (int32_t)(sizeof array / sizeof array[0])
292
doTestNames("ASCII", "IANA", asciiIANA,
ARRAY_SIZE
(asciiIANA));
293
doTestNames("US-ASCII", "IANA", asciiIANA,
ARRAY_SIZE
(asciiIANA));
294
doTestNames("ASCII", "MIME", asciiMIME,
ARRAY_SIZE
(asciiMIME));
295
doTestNames("ascii", "mime", asciiMIME,
ARRAY_SIZE
(asciiMIME));
302
doTestNames("ISO_2022,locale=ko,version=0", "MIME", iso2022MIME,
ARRAY_SIZE
(iso2022MIME));
303
doTestNames("csiso2022kr", "MIME", iso2022MIME,
ARRAY_SIZE
(iso2022MIME));
306
doTestUCharNames("ASCII", "IANA", asciiIANA,
ARRAY_SIZE
(asciiIANA));
/bionic/libc/private/isc/
heap.h
25
int
array_size
;
member in struct:heap_context
Completed in 2156 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>