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

1 2

  /external/libvpx/vpx_ports/
mem.h 18 #define DECLARE_ALIGNED(n,typ,val) typ val __attribute__ ((aligned (n)))
20 #define DECLARE_ALIGNED(n,typ,val) __declspec(align(n)) typ val
23 #define DECLARE_ALIGNED(n,typ,val) typ val
33 #define DECLARE_ALIGNED_ARRAY(a,typ,val,n)\
34 typ val##_[(n)+(a)/sizeof(typ)+1];\
35 typ *val = (typ*)((((intptr_t)val##_)+(a)-1)&((intptr_t)-(a))
    [all...]
mem_ops.h 50 #define mem_ops_wrap_symbol2(fn,typ) mem_ops_wrap_symbol3(fn,typ)
52 #define mem_ops_wrap_symbol3(fn,typ) fn##_as_##typ
  /dalvik/docs/
prettify.css 6 .typ { color: #606; }
20 .typ { color: #404; font-weight: bold; }
  /external/libvpx/vpx/
vpx_codec.h 378 # define VPX_CTRL_USE_TYPE(id, typ)
379 # define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ)
380 # define VPX_CTRL_VOID(id, typ)
407 # define VPX_CTRL_USE_TYPE(id, typ) \
409 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) UNUSED;\
412 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
427 # define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \
429 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) DEPRECATED UNUSED;\
432 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
  /external/srec/srec/include/
duk_args.h 79 int typ; member in struct:__anon7579
87 #define SET_ARG_ENTRY(A,W,X,Y,Z) ((A)->typ=(W), (A)->flag=(X), (A)->name.a_string=(Y), (A)->max_args=1, (A)->def=(Z))
88 #define SET_ARRAY_ARG_ENTRY(A,W,X,Y,N,Z) ((A)->typ=((W)|A_ARRAY), (A)->flag=(X), (A)->name.a_string=(Y), (A)->max_args=(N), (A)->def=(Z))
93 unsigned long *valueLen, int typ);
94 int get_string_argument(arg_info *avlist, int avc, char *key, char *value, int valueLen, int *bytes_required, int typ);
utteranc.h 94 char typ; /* s (16 bit), c (8 bit), u (newton .utb) */ member in struct:__anon7652
233 char typ, int endian, int do_skip);
235 char typ, int endian);
sample.h 114 char typ; /* R (RIFF), N (NIST), P (RAW PCM) M (MU-LAW) */ member in struct:__anon7610
130 char typ; /* -Undefined as yet- */ member in struct:__anon7611
frontapi.h 433 CA_Wave* CA_AllocateWave(char typ);
436 * Params typ A waveform type charcater
446 * There are several options for the 'typ' character, each is listed below:
540 char typ,
548 * typ File attribute character
560 * There are several options for the 'typ' character, each is listed below:
    [all...]
  /external/libvpx/vpx/internal/
vpx_codec_internal.h 360 #define VPX_CTRL_USE_TYPE(id, typ) \
361 static typ id##__value(va_list args) {return va_arg(args, typ);} \
362 static typ id##__convert(void *x)\
367 typ d;\
375 #define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \
376 static typ id##__value(va_list args) {return va_arg(args, typ);} \
377 static typ id##__convert(void *x)\
382 typ d;
    [all...]
  /system/bluetooth/tools/
sock_shutdown_test.c 70 int typ = -1; local
76 typ = SOCK_STREAM;
81 typ = SOCK_STREAM;
86 typ = SOCK_SEQPACKET;
91 typ = SOCK_SEQPACKET;
96 typ = SOCK_STREAM;
102 ret = socket(family, typ, protocol);
asocket_test.c 88 int typ = -1; local
94 typ = SOCK_STREAM;
99 typ = SOCK_STREAM;
104 typ = SOCK_SEQPACKET;
109 typ = SOCK_SEQPACKET;
114 typ = SOCK_STREAM;
120 ret = socket(family, typ, protocol);
socktest.c 87 int typ = -1; local
93 typ = SOCK_STREAM;
98 typ = SOCK_STREAM;
103 typ = SOCK_SEQPACKET;
108 typ = SOCK_SEQPACKET;
113 typ = SOCK_STREAM;
119 ret = socket(family, typ, protocol);
  /external/openssl/crypto/asn1/
tasn_new.c 327 ASN1_TYPE *typ; local
357 typ = OPENSSL_malloc(sizeof(ASN1_TYPE));
358 if (!typ)
360 typ->value.ptr = NULL;
361 typ->type = -1;
362 *pval = (ASN1_VALUE *)typ;
tasn_fre.c 220 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; local
221 utype = typ->type;
222 pval = &typ->value.asn1_value;
tasn_dec.c 925 ASN1_TYPE *typ = NULL; local
938 typ = ASN1_TYPE_new();
939 if (typ == NULL)
941 *pval = (ASN1_VALUE *)typ;
944 typ = (ASN1_TYPE *)*pval;
946 if (utype != typ->type)
947 ASN1_TYPE_set(typ, utype, NULL);
949 pval = &typ->value.asn1_value;
1069 if (typ && (utype == V_ASN1_NULL))
1070 typ->value.ptr = NULL
    [all...]
  /external/qemu/audio/
coreaudio.c 139 const char *typ,
146 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
297 const char* typ = input ? "input" : "playback"; local
325 coreaudio_logerr2 (status, typ,
326 "Could not get default %s device\n", typ);
330 dolog ("Could not initialize %s - Unknown Audiodevice\n", typ);
344 coreaudio_logerr2 (status, typ,
372 coreaudio_logerr2 (status, typ,
388 coreaudio_logerr2 (status, typ,
404 coreaudio_logerr2 (status, typ,
    [all...]
alsaaudio.c 169 const char *typ,
176 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
345 const char *typ = in ? "ADC" : "DAC"; local
361 alsa_logerr2 (err, typ, "Failed to open `%s':\n", pcm_name);
367 alsa_logerr2 (err, typ, "Failed to initialize hardware parameters\n");
377 alsa_logerr2 (err, typ, "Failed to set access type\n");
383 alsa_logerr2 (err, typ, "Failed to set format %d\n", req->fmt);
389 alsa_logerr2 (err, typ, "Failed to set frequency %d\n", req->freq);
399 alsa_logerr2 (err, typ, "Failed to set number of channels %d\n",
405 alsa_logerr2 (err, typ,
    [all...]
dsound_template.h 188 const char *typ = "ADC"; local
193 const char *typ = "DAC"; local
232 dsound_logerr2 (hr, typ, "Could not create " NAME "\n");
238 dsound_logerr2 (hr, typ, "Could not get " NAME " format\n");
252 dsound_logerr2 (hr, typ, "Could not get " NAME " format\n");
ossaudio.c 95 const char *typ,
102 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
212 const char *typ = in ? "ADC" : "DAC"; local
216 oss_logerr2 (errno, typ, "Failed to open `%s'\n", dspname);
225 oss_logerr2 (errno, typ, "Failed to set sample size %d\n", req->fmt);
230 oss_logerr2 (errno, typ, "Failed to set number of channels %d\n",
236 oss_logerr2 (errno, typ, "Failed to set frequency %d\n", req->freq);
241 oss_logerr2 (errno, typ, "Failed to set non-blocking mode\n");
247 oss_logerr2 (errno, typ, "Failed to set buffer length (%d, %d)\n",
253 oss_logerr2 (errno, typ, "Failed to get buffer length\n")
    [all...]
  /external/openssl/apps/
asn1pars.c 312 int typ; local
331 typ = ASN1_TYPE_get(at);
332 if ((typ == V_ASN1_OBJECT)
333 || (typ == V_ASN1_NULL))
336 typ == V_ASN1_NULL ? "NULL" : "OBJECT");
  /external/icu4c/test/intltest/
dcfmtest.cpp 153 static const char *formattableType(Formattable::Type typ) {
162 if (typ<0 || typ>Formattable::kObject) {
165 return types[typ];
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
product-weight.h 187 DivideType typ = DIVIDE_ANY) {
188 return ProductWeight<W1, W2>(Divide(w.Value1(), v.Value1(), typ),
189 Divide(w.Value2(), v.Value2(), typ));
string-weight.h 434 DivideType typ) {
436 if (typ != DIVIDE_LEFT)
459 DivideType typ) {
461 if (typ != DIVIDE_RIGHT)
484 DivideType typ) {
486 if (typ != DIVIDE_RIGHT)
  /external/openssl/crypto/x509v3/
v3_conf.c 310 ASN1_TYPE *typ; local
312 typ = ASN1_generate_v3(value, ctx);
313 if (typ == NULL)
315 *ext_len = i2d_ASN1_TYPE(typ, &ext_der);
316 ASN1_TYPE_free(typ);
  /external/tcpdump/
print-domain.c 360 register u_short typ, len; local
374 typ = EXTRACT_16BITS(cp);
383 if (class != C_IN && typ != T_OPT)
393 if (typ == T_OPT)
403 printf(" %s", tok2str(ns_type2str, "Type%d", typ));
407 switch (typ) {

Completed in 691 milliseconds

1 2