HomeSort by relevance Sort by last modified time
    Searched defs:ltype (Results 1 - 10 of 10) sorted by null

  /external/dhcpcd/
dhcp.c 442 uint8_t ltype; local
450 ltype = l & 0xc0;
451 if (ltype == 0x80 || ltype == 0x40)
453 else if (ltype == 0xc0) { /* pointer */
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awk.h 209 long ltype; /* long avoids pointer warnings on 64-bit */ member in struct:rrow
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 268 _Locale_lcid_t* _Locale_get_ctype_hint(_Locale_ctype_t* ltype)
269 { return (ltype != 0) ? &ltype->lc : 0; }
314 _Locale_ctype_t *ltype = (_Locale_ctype_t*)malloc(sizeof(_Locale_ctype_t)); local
316 if (!ltype) { *__err_code = _STLP_LOC_NO_MEMORY; return ltype; }
317 memset(ltype, 0, sizeof(_Locale_ctype_t));
319 if (__GetLCIDFromName(name, &ltype->lc.id, cp_name, lc_hint) == -1)
320 { free(ltype); *__err_code = _STLP_LOC_UNKNOWN_NAME; return NULL; }
323 if ( ltype->lc.id == INVARIANT_LCID && name[0] == 'C' && name[1] == 0
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 268 _Locale_lcid_t* _Locale_get_ctype_hint(_Locale_ctype_t* ltype)
269 { return (ltype != 0) ? &ltype->lc : 0; }
314 _Locale_ctype_t *ltype = (_Locale_ctype_t*)malloc(sizeof(_Locale_ctype_t)); local
316 if (!ltype) { *__err_code = _STLP_LOC_NO_MEMORY; return ltype; }
317 memset(ltype, 0, sizeof(_Locale_ctype_t));
319 if (__GetLCIDFromName(name, &ltype->lc.id, cp_name, lc_hint) == -1)
320 { free(ltype); *__err_code = _STLP_LOC_UNKNOWN_NAME; return NULL; }
323 if ( ltype->lc.id == INVARIANT_LCID && name[0] == 'C' && name[1] == 0
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 202 u32 ltype; member in struct:tdb_lock_type
256 static int tdb_lock(struct tdb_context *tdb, int list, int ltype);
257 static int tdb_unlock(struct tdb_context *tdb, int list, int ltype);
259 static int tdb_transaction_lock(struct tdb_context *tdb, int ltype);
401 static int _tdb_lock(struct tdb_context *tdb, int list, int ltype, int op)
405 bool mark_lock = ((ltype & TDB_MARK_LOCK) == TDB_MARK_LOCK);
407 ltype &= ~TDB_MARK_LOCK;
411 (ltype == tdb->global_lock.ltype || ltype == F_RDLCK))
    [all...]
  /external/svox/pico/lib/
picopr.c 1194 picoos_uint8 ltype; local
1324 picoos_int32 ltype; local
1691 picoos_uint8 ltype; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 866 milliseconds