HomeSort by relevance Sort by last modified time
    Searched refs:_t (Results 1 - 25 of 301) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/toybox/tests/
chattr.test 19 _t="abcdefghijklmnopqrstuvwxyz"
21 testing "[-/+]i FILE[write]" "$IN && echo "$_t" > testFile &&
22 chattr +i testFile && lsattr testFile && echo "$_t" > testFile;
24 testing "[-/+]i FILE[re-write]" "$IN && echo "$_t" > testFile &&
25 chattr +i testFile && echo \"$_t\" > testFile || chattr -i testFile &&
26 echo \"$_t\" > testFile && lsattr testFile; rm -rf testFile; $OUT" \
28 testing "[-/+]i FILE[append]" "$IN && echo "$_t" > testFile &&
29 chattr +i testFile && echo \"$_t\" >> testFile || lsattr testFile &&
31 testing "[-/+]i FILE[move]" "$IN && echo "$_t" > testFile &&
34 testing "[-/+]i FILE[delete]" "$IN && echo "$_t" > testFile &&
    [all...]
  /external/wpa_supplicant_8/src/crypto/
fips_prf_internal.c 20 u32 t[5], _t[5]; local
46 os_memcpy(_t, t, 20);
47 SHA1Transform(_t, xkey);
48 _t[0] = host_to_be32(_t[0]);
49 _t[1] = host_to_be32(_t[1]);
50 _t[2] = host_to_be32(_t[2]);
51 _t[3] = host_to_be32(_t[3])
    [all...]
fips_prf_openssl.c 51 u32 t[5], _t[5]; local
77 os_memcpy(_t, t, 20);
78 sha1_transform(_t, xkey);
79 WPA_PUT_BE32(xpos, _t[0]);
80 WPA_PUT_BE32(xpos + 4, _t[1]);
81 WPA_PUT_BE32(xpos + 8, _t[2]);
82 WPA_PUT_BE32(xpos + 12, _t[3]);
83 WPA_PUT_BE32(xpos + 16, _t[4]);
  /external/libcxx/test/std/utilities/meta/meta.help/
bool_constant.pass.cpp 22 typedef std::bool_constant<true> _t; typedef
23 static_assert(_t::value, "");
24 static_assert((std::is_same<_t::value_type, bool>::value), "");
25 static_assert((std::is_same<_t::type, _t>::value), "");
26 static_assert((_t() == true), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.hel/
bool_constant.pass.cpp 20 typedef std::bool_constant<true> _t; typedef
21 static_assert(_t::value, "");
22 static_assert((std::is_same<_t::value_type, bool>::value), "");
23 static_assert((std::is_same<_t::type, _t>::value), "");
24 static_assert((_t() == true), "");
  /external/libdivsufsort/include/
divsufsort.h.cmake 53 #ifndef SAIDX@W64BIT@_T
54 #define SAIDX@W64BIT@_T
55 typedef @SAINDEX_TYPE@ saidx@W64BIT@_t;
56 #endif /* SAIDX@W64BIT@_T */
60 #ifndef PRIdSAIDX@W64BIT@_T
61 #define PRIdSAIDX@W64BIT@_T @SAINDEX_PRId@
62 #endif /* PRIdSAIDX@W64BIT@_T */
76 divsufsort@W64BIT@(const sauchar_t *T, saidx@W64BIT@_t *SA, saidx@W64BIT@_t n);
87 saidx@W64BIT@_t
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/h/
sorcerer.h 57 #define _MATCH(tok) if (! _t || _t->token!=tok ) if ( _parser->guessing ) _GUESS_FAIL; else mismatched_token(_parser, tok, _t)
59 if (! _t || _t->token<tok || _t->token>tok2 ) if ( _parser->guessing ) _GUESS_FAIL; else mismatched_range(_parser, tok, tok2, _t)
62 #define _CPPMATCH(tok) if ( _t->token()!=tok ) if ( _parser->guessing ) _GUESS_FAIL; else mismatched_token(_parser, tok, _t)
64 if ( _t->token()<tok || _t->token()>tok2 ) if ( _parser->guessing ) _GUESS_FAIL; else mismatched_range(_pa (…)
    [all...]
STreeParser.h 47 #define _DOWN _t=(SORASTBase *)_t->down()
48 #define _RIGHT _t=(SORASTBase *)_t->right()
50 #define _SAVE SORASTBase *_save=_t
51 #define _RESTORE _t = _save
54 _savet = _t; \
58 #define _GUESS_DONE {restore_state(&_st); _t = _savet;}
59 #define _MATCH(tok) MATCH(_t,tok)
60 #define _MATCHRANGE(t1,t2) MATCHRANGE(_t,t1,t2)
    [all...]
  /external/clang/test/Sema/
inline-asm-validate.c 6 __asm__ __volatile__( "stxr %w[_t], %[_r], [%[_p]]" : [_t] "=&r" (t) : [_p] "p" (p), [_r] "r" (r) : "memory"); // expected-warning{{value size does not match register size specified by the constraint and modifier}} expected-note {{use constraint modifier "w"}}
  /external/libopus/tests/
test_opus_common.h 28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y)
32 if(_y<3)for(i=0;i<_y;i++)*(--*_p)=_t[i+1];
34 _t[_x]=_t[_x-_y];
35 deb2_impl(_t,_p,_k,_x+1,_y);
36 for(i=_t[_x-_y]+1;i<_k;i++){
37 _t[_x]=i;
38 deb2_impl(_t,_p,_k,_x+1,_x);
  /external/harfbuzz_ng/src/
hb-gobject-structs.cc 46 GType id = g_boxed_type_register_static (g_intern_static_string ("hb_" #name "_t"), \
58 static hb_##name##_t *_hb_##name##_reference (const hb_##name##_t *l) \
60 hb_##name##_t *c = (hb_##name##_t *) calloc (1, sizeof (hb_##name##_t)); \
65 static void _hb_##name##_destroy (hb_##name##_t *l) { free (l); } \
  /external/libvpx/libvpx/vpx_dsp/arm/
loopfilter_neon.c 23 uint8x##w##_t *blimit_vec, uint8x##w##_t *limit_vec, \
24 uint8x##w##_t *thresh_vec) { \
69 static INLINE uint8x##w##_t filter_hev_mask4_##w( \
70 const uint8x##w##_t limit, const uint8x##w##_t blimit, \
71 const uint8x##w##_t thresh, const uint8x##w##_t p3, \
72 const uint8x##w##_t p2, const uint8x##w##_t p1, const uint8x##w##_t p0,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
STreeParser.cpp 5 MATCH(SORASTBase *_t,int tok)
7 if ( _t->type()!=tok )
10 else mismatched_token(tok, _t);
15 MATCHRANGE(SORASTBase *_t,int tok,int tok2)
17 if ( _t->type()<tok || _t->type()>tok2 )
20 else mismatched_range(tok, tok2, _t);
25 WILDCARD(SORASTBase *_t)
27 if ( _t==NULL )
  /external/strace/
mpers_test.sh 84 typedef uint${size}_t mpers_ptr_t;
96 int${size}_t sl;
101 uint${size}_t ul;
102 int${size}_t asl[3];
110 int${size}_t sl;
111 uint${size}_t ul;
  /external/elfutils/libasm/
asm_adduint8.c 45 #define _UTYPE(size) uint##size##_t
47 #define _TYPE(size) int##size##_t
  /development/ndk/platforms/android-21/include/netinet/
ip6.h 283 struct mbuf *_t; \
288 _t = m_pulldown((m), (off), (len), &_tmp); \
289 if (_t) { \
290 if (_t->m_len < _tmp + (len)) \
292 (val) = (typ)(mtod(_t, char *) + _tmp); \
302 struct mbuf *_t; \
306 _t = m_pulldown((m), (off), (len), NULL); \
307 if (_t) { \
308 if (_t->m_len < (len)) \
310 (val) = (typ)mtod(_t, void *);
    [all...]
  /development/ndk/platforms/android-9/include/netinet/
ip6.h 283 struct mbuf *_t; \
288 _t = m_pulldown((m), (off), (len), &_tmp); \
289 if (_t) { \
290 if (_t->m_len < _tmp + (len)) \
292 (val) = (typ)(mtod(_t, char *) + _tmp); \
302 struct mbuf *_t; \
306 _t = m_pulldown((m), (off), (len), NULL); \
307 if (_t) { \
308 if (_t->m_len < (len)) \
310 (val) = (typ)mtod(_t, void *);
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/netinet/
ip6.h 283 struct mbuf *_t; \
288 _t = m_pulldown((m), (off), (len), &_tmp); \
289 if (_t) { \
290 if (_t->m_len < _tmp + (len)) \
292 (val) = (typ)(mtod(_t, char *) + _tmp); \
302 struct mbuf *_t; \
306 _t = m_pulldown((m), (off), (len), NULL); \
307 if (_t) { \
308 if (_t->m_len < (len)) \
310 (val) = (typ)mtod(_t, void *);
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/netinet/
ip6.h 283 struct mbuf *_t; \
288 _t = m_pulldown((m), (off), (len), &_tmp); \
289 if (_t) { \
290 if (_t->m_len < _tmp + (len)) \
292 (val) = (typ)(mtod(_t, char *) + _tmp); \
302 struct mbuf *_t; \
306 _t = m_pulldown((m), (off), (len), NULL); \
307 if (_t) { \
308 if (_t->m_len < (len)) \
310 (val) = (typ)mtod(_t, void *);
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/netinet/
ip6.h 283 struct mbuf *_t; \
288 _t = m_pulldown((m), (off), (len), &_tmp); \
289 if (_t) { \
290 if (_t->m_len < _tmp + (len)) \
292 (val) = (typ)(mtod(_t, char *) + _tmp); \
302 struct mbuf *_t; \
306 _t = m_pulldown((m), (off), (len), NULL); \
307 if (_t) { \
308 if (_t->m_len < (len)) \
310 (val) = (typ)mtod(_t, void *);
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/netinet/
ip6.h 283 struct mbuf *_t; \
288 _t = m_pulldown((m), (off), (len), &_tmp); \
289 if (_t) { \
290 if (_t->m_len < _tmp + (len)) \
292 (val) = (typ)(mtod(_t, char *) + _tmp); \
302 struct mbuf *_t; \
306 _t = m_pulldown((m), (off), (len), NULL); \
307 if (_t) { \
308 if (_t->m_len < (len)) \
310 (val) = (typ)mtod(_t, void *);
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/netinet/
ip6.h 283 struct mbuf *_t; \
288 _t = m_pulldown((m), (off), (len), &_tmp); \
289 if (_t) { \
290 if (_t->m_len < _tmp + (len)) \
292 (val) = (typ)(mtod(_t, char *) + _tmp); \
302 struct mbuf *_t; \
306 _t = m_pulldown((m), (off), (len), NULL); \
307 if (_t) { \
308 if (_t->m_len < (len)) \
310 (val) = (typ)mtod(_t, void *);
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/netinet/
ip6.h 283 struct mbuf *_t; \
288 _t = m_pulldown((m), (off), (len), &_tmp); \
289 if (_t) { \
290 if (_t->m_len < _tmp + (len)) \
292 (val) = (typ)(mtod(_t, char *) + _tmp); \
302 struct mbuf *_t; \
306 _t = m_pulldown((m), (off), (len), NULL); \
307 if (_t) { \
308 if (_t->m_len < (len)) \
310 (val) = (typ)mtod(_t, void *);
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/netinet/
ip6.h 283 struct mbuf *_t; \
288 _t = m_pulldown((m), (off), (len), &_tmp); \
289 if (_t) { \
290 if (_t->m_len < _tmp + (len)) \
292 (val) = (typ)(mtod(_t, char *) + _tmp); \
302 struct mbuf *_t; \
306 _t = m_pulldown((m), (off), (len), NULL); \
307 if (_t) { \
308 if (_t->m_len < (len)) \
310 (val) = (typ)mtod(_t, void *);
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/netinet/
ip6.h 283 struct mbuf *_t; \
288 _t = m_pulldown((m), (off), (len), &_tmp); \
289 if (_t) { \
290 if (_t->m_len < _tmp + (len)) \
292 (val) = (typ)(mtod(_t, char *) + _tmp); \
302 struct mbuf *_t; \
306 _t = m_pulldown((m), (off), (len), NULL); \
307 if (_t) { \
308 if (_t->m_len < (len)) \
310 (val) = (typ)mtod(_t, void *);
    [all...]

Completed in 564 milliseconds

1 2 3 4 5 6 7 8 91011>>