/external/libffi/include/ |
ffi_common.h | 69 /* Perform machine dependent cif processing */ 70 ffi_status ffi_prep_cif_machdep(ffi_cif *cif); 72 /* Extended cif, used in callback from assembly routine */ 75 ffi_cif *cif; member in struct:__anon20372
|
/external/libffi/testsuite/libffi.call/ |
cls_64byte.c | 46 cls_struct_64byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 61 ffi_cif cif; local 104 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4, &cls_struct_type, 113 ffi_call(&cif, FFI_FN(cls_struct_64byte_fn), &res_dbl, args_dbl); 119 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_64byte_gn, NULL) == FFI_OK);
|
cls_7_1_byte.c | 43 cls_struct_7byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 57 ffi_cif cif; local 95 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type, 102 ffi_call(&cif, FFI_FN(cls_struct_7byte_fn), &res_dbl, args_dbl); 116 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_7byte_gn, NULL) == FFI_OK);
|
nested_struct.c | 53 cls_struct_combined_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 70 ffi_cif cif; local 129 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3, &cls_struct_type2, 137 ffi_call(&cif, FFI_FN(cls_struct_combined_fn), &res_dbl, args_dbl); 146 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_combined_gn, NULL) == FFI_OK);
|
nested_struct1.c | 55 cls_struct_combined_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 74 ffi_cif cif; local 135 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4, &cls_struct_type2, 144 ffi_call(&cif, FFI_FN(cls_struct_combined_fn), &res_dbl, args_dbl); 153 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_combined_gn, NULL) == FFI_OK);
|
nested_struct10.c | 44 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 60 ffi_cif cif; local 118 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3, &cls_struct_type1, 126 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl); 132 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
|
nested_struct6.c | 43 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 59 ffi_cif cif; local 116 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3, &cls_struct_type1, 124 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl); 130 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
|
nested_struct8.c | 43 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 59 ffi_cif cif; local 116 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3, &cls_struct_type1, 124 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl); 130 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
|
nested_struct9.c | 43 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 59 ffi_cif cif; local 116 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3, &cls_struct_type1, 124 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl); 130 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
|
/external/libffi/doc/ |
libffi.info | 106 single `ffi_cif'. The "cif" in `ffi_cif' stands for Call InterFace. 109 -- Function: ffi_status ffi_prep_cif (ffi_cif *CIF, ffi_abi ABI, 111 This initializes CIF according to the given parameters. 134 -- Function: void ffi_call (ffi_cif *CIF, void *FN, void *RVALUE, void 137 CIF. CIF must have already been prepared using `ffi_prep_cif'. 142 responsibility to ensure this. If CIF declares that the function 147 locations holding the argument values for a call. If CIF declares 164 ffi_cif cif; 174 /* Initialize the cif */ [all...] |
libffi.texi | 122 single @code{ffi_cif}. The @dfn{cif} in @code{ffi_cif} stands for 125 @cindex cif 128 @defun ffi_status ffi_prep_cif (ffi_cif *@var{cif}, ffi_abi @var{abi}, unsigned int @var{nargs}, ffi_type *@var{rtype}, ffi_type **@var{argtypes}) 129 This initializes @var{cif} according to the given parameters. 157 @defun void ffi_call (ffi_cif *@var{cif}, void *@var{fn}, void *@var{rvalue}, void **@var{avalues}) 159 @var{cif}. @var{cif} must have already been prepared using 165 to ensure this. If @var{cif} declares that the function returns 171 memory locations holding the argument values for a call. If @var{cif} 188 ffi_cif cif; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/gconv/ |
BRF.so | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/gconv/ |
BRF.so | |
/frameworks/base/media/java/android/media/ |
CamcorderProfile.java | 64 * Quality level corresponding to the cif (352 x 288) resolution. 113 * Time lapse quality level corresponding to the cif (352 x 288) resolution. 233 * QUALITY_LOW/QUALITY_HIGH have to match one of qcif, cif, 480p, 720p, or 1080p. 239 * qcif, cif, 480p, 720p, or 1080p.
|
/external/libffi/src/m32r/ |
sysv.S | 41 /* R2: cif->bytes */
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_constants.h | 57 #define DB_POINT_STANDARDDEV (1.0/(826.0)) /*1 pixel for CIF (fraction of (image width+image height)/2)*/
|
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_utilities_constants.h | 57 #define DB_POINT_STANDARDDEV (1.0/(826.0)) /*1 pixel for CIF (fraction of (image width+image height)/2)*/
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_constants.h | 57 #define DB_POINT_STANDARDDEV (1.0/(826.0)) /*1 pixel for CIF (fraction of (image width+image height)/2)*/
|
/device/asus/grouper/ |
media_profiles.xml | 27 <!ATTLIST EncoderProfile quality (timelapse480p|timelapsecif|timelapseqcif|480p|cif|qcif) #REQUIRED> 105 <EncoderProfile quality="cif" fileFormat="3gp" duration="30">
|
/external/chromium_org/media/test/data/ |
README | 62 bear.h261 -- created using "avconv -i bear.ogv -f h261 -s:0 cif bear.h261". 63 bear.h263 -- created using "avconv -i bear.ogv -f h263 -s:0 cif bear.h263".
|
/external/bluetooth/bluedroid/bta/gatt/ |
bta_gattc_act.c | 315 APPL_TRACE_ERROR0("bta_gattc_deregister Deregister Failedm unknown client cif"); [all...] |
/external/libffi/ |
ChangeLog | 15 Handle one and two byte structs with special cif->flags. 803 * testsuite/libffi.special/unwindtest.cc (closure_test_fn): Mark cif, 805 (closure_test_fn1): Mark cif and userdata unused. 816 * testsuite/libffi.call/cls_12byte.c (cls_struct_12byte_gn): Mark cif [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
videosource_unittest.cc | 226 // Test that the capture output is CIF if we set max constraints to CIF. 227 // and the capture device support CIF.
|
/external/libffi/src/x86/ |
win32.S | 348 movl RAW_CLOSURE_CIF_OFFSET(%eax), %esi /* closure->cif */ 355 movl %esi, (%esp) /* cif */
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4ENCODER_common.h | 137 M4ENCODER_CIF_Width = 352, /**< CIF 352x288 */ 172 M4ENCODER_CIF_Height = 288, /**< CIF 352x288 */
|