OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:C_TYPE
(Results
1 - 3
of
3
) sorted by null
/prebuilts/misc/common/swig/include/2.0.11/guile/
list-vector.i
11
TYPEMAP_LIST_VECTOR_INPUT_OUTPUT(
C_TYPE
, SCM_TO_C, C_TO_SCM, SCM_TYPE)
15
func(int VECTORLENINPUT, [const]
C_TYPE
*VECTORINPUT)
18
array of elements of type
C_TYPE
will be allocated and filled
26
func(int LISTLENINPUT, [const]
C_TYPE
*LISTINPUT)
30
func(int *VECTORLENOUTPUT,
C_TYPE
**VECTOROUTPUT)
33
and a
C_TYPE
* variable will be passed to the C function. The
35
freshly allocated array of elements of type
C_TYPE
through
45
func(int *LISTLENOUTPUT,
C_TYPE
**LISTOUTPUT)
53
%define TYPEMAP_LIST_VECTOR_INPUT_WITH_EXPR(
C_TYPE
, SCM_TO_C_EXPR, SCM_TYPE)
60
(int VECTORLENINPUT,
C_TYPE
*VECTORINPUT)
[
all
...]
/external/v8/test/cctest/wasm/
test-run-wasm-relocation.cc
26
#define LOAD_STORE_GLOBAL_TEST_BODY(
C_TYPE
, MACHINE_TYPE, ADD) \
32
WasmRunner<
C_TYPE
> r(&module, MachineType::MACHINE_TYPE()); \
/external/icu/icu4c/source/test/intltest/
idnaconf.cpp
29
static const UChar
C_TYPE
[] = {0x74, 0x79, 0x70, 0x65, 0}; // type
306
if (key.compare(
C_TYPE
, -1) == 0){
Completed in 384 milliseconds