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

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_acosf.c 64 int32_t idf; local
68 GET_FLOAT_WORD(idf,df);
69 SET_FLOAT_WORD(df,idf&0xfffff000);
  /toolchain/binutils/binutils-2.25/bfd/
irix-core.c 174 struct idesc *idg, *idf, *ids; local
227 idf = &coreout.c_idesc[I_FPREGS];
230 if (idg->i_offset + idg->i_len != idf->i_offset
231 || idf->i_offset + idf->i_len != ids->i_offset)
239 idg->i_len + idf->i_len + ids->i_len,
  /build/make/core/
link_type.mk 13 my_link_prefix := LINK_TYPE:$(call find-idf-prefix,$(my_kind),$(my_host_cross))$(if $(filter AUX,$(my_kind)),-$(AUX_OS_VARIANT)):$(if $(my_common),$(my_common):_,_:$(if $(my_2nd_arch_prefix),$(my_2nd_arch_prefix),_))
definitions.mk 515 define find-idf-prefix
545 $(eval _idfPrefix := $(call find-idf-prefix,$(3),$(6))) \
595 $(eval _idfPrefix := $(call find-idf-prefix,$(3),)) \
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 135 unsigned int idf, unsigned int idl);
bss.c 1072 * @idf: Smallest allowed identifier assigned for the entry
1073 * @idf: Largest allowed identifier assigned for the entry
1081 unsigned int idf, unsigned int idl)
1085 if (bss->id >= idf && bss->id <= idl)
    [all...]
  /external/boringssl/src/crypto/x509/
x509_vpm.c 237 #define test_x509_verify_param_copy_id(idf, def) \
238 test_x509_verify_param_copy(id->idf, def)
  /external/libxml2/doc/
apibuild.py     [all...]

Completed in 327 milliseconds