HomeSort by relevance Sort by last modified time
    Searched refs:head_ptr (Results 1 - 25 of 34) sorted by null

1 2

  /device/google/marlin/dataservices/datatop/src/
datatop_linked_list.c 74 * @param head_ptr Pointer to the first node in the linked list that is to be deleted.
76 void dtop_rem_linked_list(struct dtop_linked_list *head_ptr)
79 while (head_ptr) {
80 tmp_ptr = head_ptr;
81 head_ptr = head_ptr->next_ptr;
datatop_linked_list.h 57 void dtop_rem_linked_list(struct dtop_linked_list *head_ptr);
  /external/pdfium/core/fxcodec/lbmp/
fx_bmp.cpp 661 static void WriteFileHeader(BmpFileHeaderPtr head_ptr, uint8_t* dst_buf) {
664 SetWord_LSBFirst(&dst_buf[offset], head_ptr->bfType);
666 SetDWord_LSBFirst(&dst_buf[offset], head_ptr->bfSize);
668 SetWord_LSBFirst(&dst_buf[offset], head_ptr->bfReserved1);
670 SetWord_LSBFirst(&dst_buf[offset], head_ptr->bfReserved2);
672 SetDWord_LSBFirst(&dst_buf[offset], head_ptr->bfOffBits);
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_socket.c 396 eztune_prevcmd_rsp *rsp_ptr=NULL, *rspn_ptr=NULL, *head_ptr=NULL; local
457 head_ptr = rsp_ptr;
472 release_eztune_prevcmd_rsp(head_ptr);
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_socket.c 389 eztune_prevcmd_rsp *rsp_ptr=NULL, *rspn_ptr=NULL, *head_ptr=NULL; local
450 head_ptr = rsp_ptr;
465 release_eztune_prevcmd_rsp(head_ptr);
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_socket.c 389 eztune_prevcmd_rsp *rsp_ptr=NULL, *rspn_ptr=NULL, *head_ptr=NULL; local
450 head_ptr = rsp_ptr;
465 release_eztune_prevcmd_rsp(head_ptr);
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_socket.c 396 eztune_prevcmd_rsp *rsp_ptr=NULL, *rspn_ptr=NULL, *head_ptr=NULL; local
457 head_ptr = rsp_ptr;
472 release_eztune_prevcmd_rsp(head_ptr);
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
E100b.c 1446 TxCB *head_ptr; local
    [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h     [all...]

Completed in 1697 milliseconds

1 2