Home
last modified time | relevance | path

Searched defs:des (Results 1 – 19 of 19) sorted by relevance

/external/libvpx/libvpx/vpx_scale/generic/
Dgen_scalers.c42 unsigned char *des = dest; in vp8_horizontal_line_5_4_scale_c() local
70 unsigned char *des = dest; in vp8_vertical_band_5_4_scale_c() local
116 unsigned char *des = dest; in vp8_horizontal_line_5_3_scale_c() local
143 unsigned char *des = dest; in vp8_vertical_band_5_3_scale_c() local
187 unsigned char *des = dest; in vp8_horizontal_line_2_1_scale_c() local
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl31.c270 static void test_set_and_get_sig(int sig, char *des) in test_set_and_get_sig()
342 static void check_io_signal(char *des) in check_io_signal()
/external/ltp/testcases/kernel/syscalls/socket/
Dsocket02.c41 char *des; member
/external/ltp/testcases/kernel/syscalls/socketpair/
Dsocketpair02.c44 char *des; member
/external/ltp/testcases/kernel/syscalls/request_key/
Drequest_key02.c47 const char *des; member
/external/valgrind/none/tests/s390x/
Dtroo.c24 uint8_t des[20]; variable
Dtrot.c25 uint16_t des[40]; variable
Dtrto.c24 uint8_t des[20]; variable
Dtrtt.c25 uint16_t des[20]; variable
/external/ltp/testcases/kernel/syscalls/quotactl/
Dquotactl02.c66 char *des; member
Dquotactl01.c104 char *des; member
/external/wpa_supplicant_8/src/crypto/
Dcrypto_internal-cipher.c38 } des; member
/external/curl/lib/
Dcurl_ntlm_core.c162 struct des_ctx *des) in setup_des_key()
182 gcry_cipher_hd_t *des) in setup_des_key()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DCMSUtils.java46 private static final Set<String> des = new HashSet<String>(); field in CMSUtils
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DBaseAgreementSpi.java42 private static final Hashtable des = new Hashtable(); field in BaseAgreementSpi
/external/drm_hwcomposer/
Ddrmdisplaycomposition.cpp62 bool DrmDisplayComposition::validate_composition_type(DrmCompositionType des) { in validate_composition_type()
/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp80 void _TIFFmemcpy(void* des, const void* src, tmsize_t size) { in _TIFFmemcpy()
/external/libxml2/
Dxmlschemas.c2800 xmlChar *des = NULL; in xmlSchemaPMissingAttrErr() local
2840 xmlChar *des = NULL, *strA = NULL; in xmlSchemaPResCompAttrErr() local
2873 xmlChar *des = NULL; in xmlSchemaPCustomAttrErr() local
2947 xmlChar *des = NULL, *msg = NULL; in xmlSchemaPCustomErrExt() local
3041 xmlChar *des = NULL, *strT = NULL; in xmlSchemaPIllegalFacetAtomicErr() local
3070 xmlChar *des = NULL; in xmlSchemaPIllegalFacetListUnionErr() local
3098 xmlChar *des = NULL; in xmlSchemaPMutualExclAttrErr() local
3223 xmlChar *des = NULL; in xmlSchemaPContentErr() local
8505 xmlChar *des = NULL; in xmlSchemaParseElement() local
/external/v8/src/
Disolate.cc2596 bool Isolate::Init(Deserializer* des) { in Throw()