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

  /toolchain/binutils/binutils-2.25/opcodes/
arc-dis.c 536 int is_linked = 0; local
742 is_linked = 1;
747 is_linked = 0;
905 selects whether linked, thus "is_linked" is set above. */
915 state->flow = is_linked ? direct_call : direct_jump;
919 if (is_linked && state->nullifyMode == BR_exec_when_jump)
924 state->flow = is_linked ? indirect_call : indirect_jump;
  /external/v8/src/
assembler.h 270 DCHECK(!is_linked());
279 INLINE(bool is_linked() const) { return pos_ > 0; } function in class:v8::internal::Label
309 DCHECK(is_linked());
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 265 uint8_t is_linked; /* flag if stream is linked */ member in struct:mm_stream
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 265 uint8_t is_linked; /* flag if stream is linked */ member in struct:mm_stream
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 280 uint8_t is_linked; /* flag if stream is linked */ member in struct:mm_stream

Completed in 259 milliseconds