Home
last modified time | relevance | path

Searched refs:_any (Results 1 – 5 of 5) sorted by relevance

/external/iw/
Dmesh.c24 } _any; typedef
30 int (*nla_put_fn)(struct nl_msg*, int, _any*);
31 uint32_t (*parse_fn)(const char*, _any*);
37 static int _my_nla_put_u8(struct nl_msg *n, int mesh_param_num, _any *value) in _my_nla_put_u8()
42 static int _my_nla_put_u16(struct nl_msg *n, int mesh_param_num, _any *value) in _my_nla_put_u16()
47 static int _my_nla_put_u32(struct nl_msg *n, int mesh_param_num, _any *value) in _my_nla_put_u32()
52 static uint32_t _parse_u8(const char *str, _any *ret) in _parse_u8()
64 static uint32_t _parse_u8_as_bool(const char *str, _any *ret) in _parse_u8_as_bool()
76 static uint32_t _parse_u16(const char *str, _any *ret) in _parse_u16()
88 static uint32_t _parse_u32(const char *str, _any *ret) in _parse_u32()
[all …]
/external/llvm/test/tools/llvm-objdump/
Dmacho-bind.test5 # CHECK:__DATA __data 0x00001028 pointer 0 flat-namespace _any
/external/OpenCSD/decoder/docs/prog_guide/
Dprog_guide_generic_pkts.md386 __packet fields optional__: `extended_data -> ptr_extended_data`,_any others_
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py3327 gen_math_ops._any(
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp2152 _any(glsl_type::bvec2_type), in create_builtins()
2153 _any(glsl_type::bvec3_type), in create_builtins()
2154 _any(glsl_type::bvec4_type), in create_builtins()
6378 builtin_builder::_any(const glsl_type *type) in _any() function in builtin_builder