Searched defs:from (Results 1 - 7 of 7) sorted by relevance

/hardware/ti/wlan/wl1271/platforms/os/linux/src/
H A Dstack_profile.c19 * from this software without specific prior written permission.
67 unsigned long from, to; local
69 to = check_stack(&from);
70 *base = from;
82 /* run from the stack pointer down to the base */
83 for(i=from;(i < to);i+=4) {
87 /*printk("check_stack_start: from=%x to=%x data=%x\n",from,to,*(long *)(from+4));*/
94 unsigned long from, t local
[all...]
/hardware/ril/mock-ril/src/cpp/
H A Dmsgheader.pb.cpp114 MsgHeader::MsgHeader(const MsgHeader& from) argument
117 MergeFrom(from);
355 void MsgHeader::MergeFrom(const ::google::protobuf::Message& from) { argument
356 GOOGLE_CHECK_NE(&from, this);
359 &from);
361 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
367 void MsgHeader::MergeFrom(const MsgHeader& from) { argument
368 GOOGLE_CHECK_NE(&from, this);
369 if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) {
370 if (from
386 CopyFrom(const ::google::protobuf::Message& from) argument
392 CopyFrom(const MsgHeader& from) argument
[all...]
H A Dmsgheader.pb.h44 MsgHeader(const MsgHeader& from);
46 inline MsgHeader& operator=(const MsgHeader& from) { argument
47 CopyFrom(from);
67 void CopyFrom(const ::google::protobuf::Message& from);
68 void MergeFrom(const ::google::protobuf::Message& from);
69 void CopyFrom(const MsgHeader& from);
70 void MergeFrom(const MsgHeader& from);
H A Dprotobuf_v8.cpp142 // from = function(arr) { this.f0 = arr[0]; this.f1 = arr[1]; ... }
145 std::ostringstream from, to; local
146 from << "(function(arr) { if(arr) {";
150 from <<
161 from << " }})";
168 Script::Compile(String::New(from.str().c_str()))->Run().As<Function>();
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dipc_event.c432 struct sockaddr_nl from; local
436 fromlen = sizeof(from);
438 (struct sockaddr *) &from, &fromlen);
441 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IpcEvent_Handle_STA_Event - cant recv from socket %X .\n",
514 /* open the socket from the driver */
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
H A Ddriver_mac80211.c350 /* WE-19 removed the pointer from struct iw_point */
646 struct sockaddr_nl from; local
652 fromlen = sizeof(from);
654 (struct sockaddr *) &from, &fromlen);
772 * support, let's add the alternative ifindex also from
789 * @priv: Pointer to private wext data from wpa_driver_wext_init()
993 /* Convert the maxrate from WE-style (b/s units) to
2091 * @priv: Pointer to private wext data from wpa_driver_wext_init()
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c498 static inline void m_scale1(float m[3], int from, int to) argument
500 m[0] = m[0] * to / from;
501 m[1] = m[1] * to / from;
502 m[2] = m[2] * to / from;
568 m = (center-from-target-center) * (scale-to-target) * (mirror) * (rotate) * (center-to-original-center) */
1009 * We cannot atomically switch overlays from one display to another. First, they
1029 * otherwise, manage just from half the pipelines. NOTE: there is
1378 /* reset mode if we are coming from docking */
1447 /* remove bootloader image from the screen as blank/unblank does not change the composition */

Completed in 130 milliseconds