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

  /external/clang/test/Misc/
ast-dump-attr.cpp 64 __attribute__((pointer_with_type_tag(ident1,1,2)));
66 // CHECK: ArgumentWithTypeTagAttr{{.*}} pointer_with_type_tag ident1
87 __attribute__((type_tag_for_datatype(ident1,int)));
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/AArch64/
directive-parse-err.s 5 .equ ident1, 0 $
7 .equ ident1, 0 // EOL COMMENT
  /external/mesa3d/src/gallium/drivers/vc5/
vc5_screen.c 551 struct drm_vc5_get_param ident1 = { local
562 ret = vc5_ioctl(screen->fd, DRM_IOCTL_VC5_GET_PARAM, &ident1);
564 fprintf(stderr, "Couldn't get V3D core IDENT1: %s\n",
570 uint32_t minor = (ident1.value >> 0) & 0xf;
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_screen.c 619 struct drm_vc4_get_param ident1 = { local
638 ret = vc4_ioctl(screen->fd, DRM_IOCTL_VC4_GET_PARAM, &ident1);
640 fprintf(stderr, "Couldn't get V3D IDENT1: %s\n",
646 uint32_t minor = (ident1.value >> 0) & 0xf;
  /art/test/083-compiler-regressions/src/
Main.java 213 i += foo.ident1(0,i);
9433 public int ident1(int a2, int a1) { method in class:Foo
    [all...]

Completed in 317 milliseconds