HomeSort by relevance Sort by last modified time
    Searched full:flavor (Results 76 - 100 of 648) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/nfsd/
export.h 52 /* The flags that may vary depending on security flavor: */
  /prebuilts/gdb/darwin-x86/lib/python2.7/
types.py 8 # and changing number of builtin types implement *some* flavor of
  /prebuilts/gdb/linux-x86/lib/python2.7/
types.py 8 # and changing number of builtin types implement *some* flavor of
  /prebuilts/misc/common/swig/include/2.0.11/guile/
guile_scm.swg 5 * with SCM_ flavor.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 8 # and changing number of builtin types implement *some* flavor of
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 8 # and changing number of builtin types implement *some* flavor of
  /external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c 74 CuAssertIntEquals(tc, copy_list->head->flavor, cil_l->head->flavor);
75 CuAssertIntEquals(tc, copy_list->head->next->flavor, cil_l->head->next->flavor);
97 CuAssertIntEquals(tc, copy_list->head->flavor, cil_l->head->flavor);
98 CuAssertIntEquals(tc, copy_list->head->next->flavor, cil_l->head->next->flavor);
99 CuAssertIntEquals(tc, ((struct cil_list *)copy_list->head->next->next->data)->head->flavor, ((struct cil_list *)cil_l->head->next->next->data)->head->flavor);
    [all...]
  /external/opencv/cv/src/
cvaccum.cpp 81 #define ICV_DEF_ACCPROD_FUNC( flavor, srctype, dsttype, cvtmacro ) \
82 IPCVAPI_IMPL( CvStatus, icvAddProduct_##flavor##_C1IR, \
117 #define ICV_DEF_ACCWEIGHT_FUNC( flavor, srctype, dsttype, cvtmacro ) \
118 IPCVAPI_IMPL( CvStatus, icvAddWeighted_##flavor##_C1IR, \
188 #define ICV_DEF_ACCPRODUCTMASK_FUNC_C1( flavor, srctype, dsttype, cvtmacro ) \
189 IPCVAPI_IMPL( CvStatus, icvAddProduct_##flavor##_C1IMR, \
222 #define ICV_DEF_ACCWEIGHTMASK_FUNC_C1( flavor, srctype, dsttype, cvtmacro ) \
223 IPCVAPI_IMPL( CvStatus, icvAddWeighted_##flavor##_C1IMR, \
292 #define ICV_DEF_ACCPRODUCTMASK_FUNC_C3( flavor, srctype, dsttype, cvtmacro ) \
293 IPCVAPI_IMPL( CvStatus, icvAddProduct_##flavor##_C3IMR,
    [all...]
  /ndk/sources/host-tools/make-3.81/
variable.c 508 if (p->variable.flavor == f_simple)
515 v->flavor = f_simple;
522 p->variable.flavor, 1);
1000 /* Given a variable, a value, and a flavor, define the variable.
1006 enum variable_flavor flavor, int target_var)
1015 switch (flavor)
1036 flavor = f_recursive;
1066 flavor = f_recursive;
1236 enum variable_flavor flavor = f_bogus; local
    [all...]
variable.h 70 flavor ENUM_BITFIELD (3); /* Variable flavor. */
147 extern struct variable *do_variable_definition PARAMS ((const struct floc *flocp, const char *name, char *value, enum variable_origin origin, enum variable_flavor flavor, int target_var));
  /external/selinux/libsepol/cil/src/
cil_binary.c 153 if (node->flavor == CIL_USERATTRIBUTE) {
179 if (node->flavor == CIL_ROLEATTRIBUTE) {
205 if (node->flavor == CIL_TYPEATTRIBUTE) {
465 sepol_type->flavor = TYPE_TYPE;
520 sepol_alias->flavor = TYPE_TYPE;
574 sepol_attr->flavor = TYPE_ATTRIB;
1756 enum cil_flavor flavor; local
1935 enum cil_flavor flavor = cil_expr->flavor; local
2480 enum cil_flavor flavor; local
    [all...]
cil_internal.h 315 enum cil_flavor flavor; member in struct:cil_sort
827 enum cil_flavor flavor; member in struct:cil_param
840 enum cil_flavor flavor; member in struct:cil_args
855 enum cil_flavor flavor; member in struct:cil_condblock
887 enum cil_flavor flavor; member in struct:cil_default
924 void cil_destroy_data(void **data, enum cil_flavor flavor);
926 int cil_flavor_to_symtab_index(enum cil_flavor flavor, enum cil_sym_index *index);
cil.c 460 void cil_destroy_data(void **data, enum cil_flavor flavor)
466 switch(flavor) {
763 cil_log(CIL_INFO, "Unknown data flavor: %d\n", flavor);
770 int cil_flavor_to_symtab_index(enum cil_flavor flavor, enum cil_sym_index *sym_index)
772 if (flavor < CIL_MIN_DECLARATIVE) {
776 switch(flavor) {
855 cil_log(CIL_INFO, "Failed to find flavor: %d\n", flavor);
864 switch (node->flavor) {
    [all...]
cil_tree.h 47 enum cil_flavor flavor; member in struct:cil_tree_node
cil_verify.h 67 int __cil_verify_ordered(struct cil_tree_node *current, enum cil_flavor flavor);
  /external/llvm/lib/Transforms/ObjCARC/
DependencyAnalysis.cpp 135 llvm::objcarc::Depends(DependenceKind Flavor, Instruction *Inst,
141 switch (Flavor) {
215 llvm_unreachable("Invalid dependence flavor");
223 llvm::objcarc::FindDependencies(DependenceKind Flavor,
256 if (Depends(Flavor, Inst, Arg, PA)) {
  /external/opencv/cxcore/src/
cxconvert.cpp 152 #define ICV_DEF_COPY_PX2PL_FUNC_2D( arrtype, flavor, \
154 IPCVAPI_IMPL( CvStatus, icvCopy_##flavor##_C##cn##P##cn##R,\
173 #define ICV_DEF_COPY_PX2PL_FUNC_2D_COI( arrtype, flavor )\
174 IPCVAPI_IMPL( CvStatus, icvCopy_##flavor##_CnC1CR, \
306 #define ICV_DEF_COPY_PL2PX_FUNC_2D( arrtype, flavor, cn, entry_macro ) \
307 IPCVAPI_IMPL( CvStatus, icvCopy_##flavor##_P##cn##C##cn##R, \
326 #define ICV_DEF_COPY_PL2PX_FUNC_2D_COI( arrtype, flavor ) \
327 IPCVAPI_IMPL( CvStatus, icvCopy_##flavor##_C1CnCR, \
649 #define ICV_DEF_MIX_CH_FUNC_2D( arrtype, flavor ) \
651 icvMixChannels_##flavor( const arrtype** src, int* sdelta0,
    [all...]
cxrand.cpp 68 #define ICV_IMPL_RAND_BITS( flavor, arrtype, cast_macro ) \
70 icvRandBits_##flavor##_C1R( arrtype* arr, int step, CvSize size, \
150 #define ICV_IMPL_RAND( flavor, arrtype, worktype, cast_macro1, cast_macro2 )\
152 icvRand_##flavor##_C1R( arrtype* arr, int step, CvSize size, \
340 #define ICV_IMPL_RANDN( flavor, arrtype, worktype, cast_macro1, cast_macro2 ) \
342 icvRandn_##flavor##_C1R( arrtype* arr, int step, CvSize size, \
cxdxt.cpp     [all...]
cxlut.cpp 103 #define ICV_DEF_LUT_FUNC_8U_CN( flavor, dsttype, cn ) \
104 CvStatus CV_STDCALL icvLUT_Transform8u_##flavor##_C##cn##R( \
131 #define ICV_DEF_LUT_FUNC_8U( flavor, dsttype ) \
133 icvLUT_Transform8u_##flavor##_CnR( \
  /external/opencv3/modules/core/src/
convert.cpp 150 #define SPLIT2_KERNEL_TEMPLATE(data_type, reg_type, cast_type, _mm_deinterleave, flavor) \
167 reg_type v_src0 = _mm_loadu_##flavor((cast_type const *)(src)); \
168 reg_type v_src1 = _mm_loadu_##flavor((cast_type const *)(src + ELEMS_IN_VEC)); \
169 reg_type v_src2 = _mm_loadu_##flavor((cast_type const *)(src + ELEMS_IN_VEC * 2)); \
170 reg_type v_src3 = _mm_loadu_##flavor((cast_type const *)(src + ELEMS_IN_VEC * 3)); \
174 _mm_storeu_##flavor((cast_type *)(dst0), v_src0); \
175 _mm_storeu_##flavor((cast_type *)(dst0 + ELEMS_IN_VEC), v_src1); \
176 _mm_storeu_##flavor((cast_type *)(dst1), v_src2); \
177 _mm_storeu_##flavor((cast_type *)(dst1 + ELEMS_IN_VEC), v_src3); \
183 #define SPLIT3_KERNEL_TEMPLATE(data_type, reg_type, cast_type, _mm_deinterleave, flavor) \
    [all...]
  /external/icu/icu4c/source/common/
wintz.c 53 * HKLM subkeys used to probe for the flavor of Windows. Note that we
81 * Flavor of Windows, from our perspective. Not a real OS version,
82 * but rather the flavor of the layout of the time zone information in
228 the flavor of Windows):
  /external/skia/infra/bots/flavor/
xsan_flavor.py 39 """Wrapper for the Step API; runs a step as appropriate for this flavor."""
  /external/tcpdump/
rpc_auth.h 68 uint32_t oa_flavor; /* flavor of auth */
  /external/valgrind/coregrind/m_syswrap/
syswrap-x86-darwin.c 96 thread_state_flavor_t flavor,
102 switch (flavor) {
151 thread_state_flavor_t flavor,
157 switch(flavor) {
175 thread_state_flavor_t flavor,
181 vg_assert(flavor == i386_THREAD_STATE);
186 thread_state_to_vex(state, flavor, count, &tst->arch.vex);
201 thread_state_flavor_t flavor,
208 vg_assert(flavor == i386_THREAD_STATE);

Completed in 895 milliseconds

1 2 34 5 6 7 8 91011>>