HomeSort by relevance Sort by last modified time
    Searched full:nvalue (Results 1 - 25 of 42) sorted by null

1 2

  /external/icu4c/test/cintltst/
utf16tst.c 337 static uint16_t Nvalue[]= {0, 1, 2, 3, 1, 2, 1};
423 for(i=0; i<sizeof(Nvalue)/sizeof(Nvalue[0])-2; i++){ /*didn't want it to fail(we assume 0<i<length)*/
424 UTF16_FWD_N_UNSAFE(input, offunsafe, Nvalue[i]);
431 for(i=0; i<sizeof(Nvalue)/sizeof(Nvalue[0])-2; i++){ /*didn't want it to fail(we assume 0<i<length)*/
432 U16_FWD_N_UNSAFE(input, offunsafe, Nvalue[i]);
439 for(i=0; i<sizeof(Nvalue)/sizeof(Nvalue[0]); i++){
440 UTF16_FWD_N_SAFE(input, offsafe, sizeof(input)/U_SIZEOF_UCHAR, Nvalue[i])
    [all...]
utf8tst.c 409 static const uint16_t Nvalue[]= {0, 1, 2, 3, 1, 2, 1, 5};
495 for(i=0; i<sizeof(Nvalue)/sizeof(Nvalue[0])-2; i++){
496 UTF8_FWD_N_UNSAFE(input, offunsafe, Nvalue[i]);
503 for(i=0; i<sizeof(Nvalue)/sizeof(Nvalue[0])-2; i++){
504 U8_FWD_N_UNSAFE(input, offunsafe, Nvalue[i]);
511 for(i=0; i<sizeof(Nvalue)/sizeof(Nvalue[0]); i++){
512 UTF8_FWD_N_SAFE(input, offsafe, sizeof(input), Nvalue[i])
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Types.h 255 OMX_U32 nValue; /**< actual value */
256 OMX_U32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
257 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
263 OMX_S32 nValue; /**< actual value */
264 OMX_S32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
OMX_Component.h 253 OMX_U8 nValue[1];
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Types.h 273 OMX_U32 nValue; /**< actual value */
274 OMX_U32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
275 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
281 OMX_S32 nValue; /**< actual value */
282 OMX_S32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
283 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
OMX_Component.h 270 OMX_U8 nValue[1];
  /external/opencore/codecs_v2/omx/omx_mp3/src/
mp3_dec.cpp 36 e_equalization EqualizType = (e_equalization) aEqualizerType->sBandIndex.nValue;
omx_mp3_component.cpp 256 ipPorts[OMX_PORT_INPUTPORT_INDEX]->AudioEqualizerType.sBandIndex.nValue = (e_equalization) flat;
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmengine.c 96 EAS_INLINE EAS_I16 FM_Saturate (EAS_I32 nValue)
98 if (nValue > _EAS_MAX_OUTPUT)
105 if (nValue < _EAS_MIN_OUTPUT)
112 return (EAS_I16) nValue;
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmengine.c 96 EAS_INLINE EAS_I16 FM_Saturate (EAS_I32 nValue)
98 if (nValue > _EAS_MAX_OUTPUT)
105 if (nValue < _EAS_MIN_OUTPUT)
112 return (EAS_I16) nValue;
  /external/v8/benchmarks/
crypto.js     [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-crypto.js     [all...]
  /external/libxml2/
relaxng.c 2689 xmlChar *nval, *nvalue; local
8624 xmlChar *nval, *nvalue; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 604 pCompPrivateStructGain->sVolume.nValue = 50; /* actual volume */
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 816 pCompPrivateStructVolume->sVolume.nValue = 50; /* actual volume */
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 770 pCompPrivateStructVolume->sVolume.nValue = 0x4000; /*actual volume */
    [all...]
  /external/tcpdump/
print-isakmp.c 342 u_int nvalue; member in struct:attrmap
373 if (map && t < nmap && v < map[t].nvalue && map[t].value[v])
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 847 pCompPrivateStructVolume->sVolume.nValue = 50; /* actual volume */
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c     [all...]
  /external/dbus/dbus/
dbus-marshal-basic.c     [all...]
  /external/svox/pico/lib/
picopam.c     [all...]

Completed in 320 milliseconds

1 2