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);
  /device/linaro/bootloader/edk2/MdeModulePkg/Logo/
LogoDxe.inf 39 Logo.idf
  /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 524 define find-idf-prefix
554 $(eval _idfPrefix := $(call find-idf-prefix,$(3),$(6))) \
604 $(eval _idfPrefix := $(call find-idf-prefix,$(3),)) \
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 137 unsigned int idf, unsigned int idl);
bss.c 1076 * @idf: Smallest allowed identifier assigned for the entry
1077 * @idf: Largest allowed identifier assigned for the entry
1085 unsigned int idf, unsigned int idl)
1089 if (bss->id >= idf && bss->id <= idl)
    [all...]
  /external/boringssl/src/crypto/x509/
x509_vpm.c 239 #define test_x509_verify_param_copy_id(idf, def) \
240 test_x509_verify_param_copy(id->idf, def)
  /external/libxml2/doc/
apibuild.py     [all...]

Completed in 271 milliseconds