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

  /bionic/libm/arm64/
fenv.c 42 #define __get(REGISTER, __value) { \ macro
47 #define __get_fpcr(__fpcr) __get("fpcr", __fpcr)
48 #define __get_fpsr(__fpsr) __get("fpsr", __fpsr)
  /external/libcxx/src/
locale.cpp 173 template <class F> void install(F* f) {install(f, f->id.__get());}
346 long id = F::id.__get();
593 return __locale_->has_facet(x.__get());
599 return __locale_->use_facet(x.__get());
645 locale::id::__get() function in class:locale::id
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 168 template <class F> void install(F* f) {install(f, f->id.__get());}
345 long id = F::id.__get();
592 return __locale_->has_facet(x.__get());
598 return __locale_->use_facet(x.__get());
644 locale::id::__get() function in class:locale::id
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
locale.cpp 160 template <class F> void install(F* f) {install(f, f->id.__get());}
333 long id = F::id.__get();
582 return __locale_->has_facet(x.__get());
588 return __locale_->use_facet(x.__get());
634 locale::id::__get() function in class:locale::id
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 7352 int encExtradata::__get(char **userptr, int *fd, unsigned *offset, ssize_t *size, int type) function in class:encExtradata
    [all...]

Completed in 341 milliseconds