HomeSort by relevance Sort by last modified time
    Searched full:intype (Results 1 - 8 of 8) sorted by null

  /external/dropbear/
dropbearconvert.c 33 static int do_convert(int intype, const char* infile, int outtype,
61 int intype, outtype; local
78 intype = KEYFILE_DROPBEAR;
80 intype = KEYFILE_OPENSSH;
102 return do_convert(intype, infile, outtype, outfile);
110 static int do_convert(int intype, const char* infile, int outtype,
117 key = import_read(infile, NULL, intype);
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_sample.c 94 #define SAMPLE_1D_FUNC(vecsize, intype, outtype, convert) \
98 intype *p0c = (intype*)getElementAt(a, iPixel, lod); \
99 intype *p1c = (intype*)getElementAt(a, next, lod); \
104 #define SAMPLE_2D_FUNC(vecsize, intype, outtype, convert) \
108 intype *p0c = (intype*)getElementAt(a, iPixel.x, iPixel.y, lod); \
109 intype *p1c = (intype*)getElementAt(a, next.x, iPixel.y, lod);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_schannel.c 384 "status=%d inlen[0]=%d intype[0]=%d inlen[1]=%d "
385 "intype[1]=%d outlen[0]=%d",
  /external/wpa_supplicant_8/src/crypto/
tls_schannel.c 375 "status=%d inlen[0]=%d intype[0]=%d inlen[1]=%d "
376 "intype[1]=%d outlen[0]=%d",
  /external/mdnsresponder/mDNSShared/
DebugServices.c 240 DEBUG_EXPORT OSStatus DebugInitialize( DebugOutputType inType, ... )
246 va_start( args, inType );
273 type = inType;
322 if( inType == kDebugOutputTypeMetaConsole )
821 __private_extern__ void iDebugSetOutputTypeInternal( uint32_t inType );
    [all...]
DebugServices.h     [all...]
  /external/libmtp/src/
libmtp.c 124 static uint16_t map_libmtp_type_to_ptp_type(LIBMTP_filetype_t intype);
125 static LIBMTP_filetype_t map_ptp_type_to_libmtp_type(uint16_t intype);
127 static LIBMTP_property_t map_ptp_property_to_libmtp_property(uint16_t intype);
371 * @param intype the MTP library interface type
374 static uint16_t map_libmtp_type_to_ptp_type(LIBMTP_filetype_t intype)
381 if(current->id == intype) {
394 * @param intype the PTP (libgphoto2) interface type
397 static LIBMTP_filetype_t map_ptp_type_to_libmtp_type(uint16_t intype)
404 if(current->ptp_id == intype) {
    [all...]
  /external/qemu/target-arm/
neon_helper.c     [all...]

Completed in 1064 milliseconds