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

  /frameworks/compile/slang/tests/F_int_ptr_ptr/
int_ptr_ptr.rs 4 int** myPtr;
stderr.txt.expect 1 int_ptr_ptr.rs:4:7: error: multiple levels of pointers cannot be exported: 'myPtr'
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osapi.c 746 struct completion *myPtr;
747 myPtr = os_memoryAlloc(OsContext, sizeof(struct completion));
748 if (myPtr)
749 init_completion (myPtr);
750 return (myPtr);
  /external/icu4c/test/cintltst/
ccapitst.c 279 char myptr[4]; local
645 ucnv_getSubstChars(myConverter, myptr, &ii, &err);
651 rest = (uint16_t)(((unsigned char)rest << 8) + (unsigned char)myptr[x]);
658 ucnv_setSubstChars(myConverter, myptr, ii, &err);
669 if (strncmp(save, myptr, ii))
677 ucnv_getSubstChars(myConverter, myptr, &ii, &err);
683 ucnv_getSubstChars(myConverter, myptr, &ii, &err);
685 ucnv_setSubstChars(myConverter, myptr, 0, &err);
690 strcpy(myptr, "abc");
691 ucnv_setSubstChars(myConverter, myptr, ii, &err)
    [all...]
  /external/llvm/test/CodeGen/X86/
block-placement.ll 367 %myptr = phi i32* [ %ptr2, %loop.body5 ], [ %ptr, %loop.body2 ], [ undef, %loop.body1 ]
368 %bcmyptr = bitcast i32* %myptr to i32*

Completed in 480 milliseconds